Skip to content
⌘ NSIS Forum Archive

make msibanner topmost ?

4 posts

Takhir#
MSDN: SetForegroundWindow: Windows NT 5.0 and later: An application cannot force a window to the foreground while the user is working with another window. Instead, SetForegroundWindow will activate the window (see SetActiveWindow) and call theFlashWindowEx function to notify the user.

SetWindowPos API call with HWND_TOPMOST parameter sets window topmost permanently.