make msibanner topmost ?
is there a way to make msibanner the frontmost window ?
g
Archive: make msibanner topmost ?
make msibanner topmost ?
is there a way to make msibanner the frontmost window ?
g
grab the hwnd... try with SetForegroundWindow or BringWindowToTop with system plugin
thanks :)
will give it a shot
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.