BringWindowToTop
SetWindowPos(&wndTopMost, 0, 0, 0, 0, SWP_NOMOVE | SWP_NOSIZE)
BOOL SetForegroundWindow(
HWND hWnd // handle to window
);
BringWindowToTop
SetWindowPos(&wndTopMost, 0, 0, 0, 0, SWP_NOMOVE | SWP_NOSIZE)
BOOL SetForegroundWindow(
HWND hWnd // handle to window
);