How can I prevent a form from loosing the foreground ?
I haven't been able to get it to work with any of this functions
SetForegroundWindow, BringWindowToTop, SetActiveWindow
Printable View
How can I prevent a form from loosing the foreground ?
I haven't been able to get it to work with any of this functions
SetForegroundWindow, BringWindowToTop, SetActiveWindow
Look at SetWindowPos particularly the HWND_TOPMOST parameter.