System::Call "user32::AnimateWindow(i $HWNDPARENT, i '500', i '${AW_HIDE}|${AW_BLEND}') i."of course, $HWNDPARENT only works with the nsis window itself.win32spy told me that the window class is "NSISBGImage", so i tried the following code:
but didn't work.Push $0
FindWindow $0 "NSISBGImage"
StrCmp $0 "0" +2
System::Call "user32::AnimateWindow(i $0, i '500', i '${AW_HIDE}|${AW_BLEND}') i."
Pop $0
BgImage:😁estroy
and, yes, i defined the flags correctly, works with the main window 🙂
anyone could help me getting the handle to the backround image?