Make a window popup "on top"Tag(s): WinAPI/Registry
Declare the following fonction :
FUNCTION BOOLEAN SetForegroundWindow( LONG HWND ) LIBRARY "USER32"
long hWnd hWnd = Handle(w_my_popup) SetForegroundWindow( HWND )
FUNCTION BOOLEAN SetForegroundWindow( LONG HWND ) LIBRARY "USER32"
long hWnd hWnd = Handle(w_my_popup) SetForegroundWindow( HWND )