Microsoft Foundation Classes (mfc.hlp) (Table of Contents; Topic list)
CWnd::SetActiveWindow
CWnd                                        Up Contents Index Back
──Microsoft Foundation Classes──────────────────────────────────────────────
 
  CWnd* SetActiveWindow();
 
  Remarks
 
  Makes CWnd the active window.
 
  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.
 
  Return Value
 
  The identity of the window that was previously active.
 
  The returned pointer may be temporary, and should not be stored.
 
  See Also
 
  ::SetActiveWindow, CWnd::GetActiveWindow
 
 
                                     -♦-