在界面显示时,调用SetWindowPos即可,HWND_TOPMOST,SWP_NOSIZE|SWP_NOMOVE
!define MUI_PAGE_CUSTOMFUNCTION_SHOW Page_Show
Function Page_Show
StrCpy $0 $HWNDPARENT
System::Call "user32::SetWindowPos(i r0, i -1,i 0,i 0,i 0,i 0,i 3)"
BringToFront
FunctionEnd
在界面显示时,调用SetWindowPos即可,HWND_TOPMOST,SWP_NOSIZE|SWP_NOMOVE
!define MUI_PAGE_CUSTOMFUNCTION_SHOW Page_Show
Function Page_Show