CWnd::SetForegroundWindow
Visual Studio 2010
Puts the thread that created the window into the foreground and activates the window.
BOOL SetForegroundWindow( );
See the example for CWnd::FindWindow.
Puts the thread that created the window into the foreground and activates the window.
BOOL SetForegroundWindow( );
See the example for CWnd::FindWindow.