CWnd::SetActiveWindow
Makes CWnd the active window.
CWnd* SetActiveWindow( );
Возвращаемое значение
The window that was previously active.
The returned pointer may be temporary and should not be stored for later use.
Заметки
The SetActiveWindow member function should be used with care since it allows an application to arbitrarily take over the active window and input focus. Normally, Windows takes care of all activation.
Требования
Header: afxwin.h