Microsoft Foundation Classes (mfc.hlp) (Table of Contents; Topic list)
CWnd::BringWindowToTop
CWnd                                        Up Contents Index Back
──Microsoft Foundation Classes──────────────────────────────────────────────
 
  void BringWindowToTop();
 
  Remarks
 
  Brings CWnd to the top of a stack of overlapping windows. In addition,
  BringWindowToTop activates pop-up and top-level windows. The
  BringWindowToTop member function should be used to uncover any window
  that is partially or completely obscured by any overlapping windows.
 
  See Also
 
  ::BringWindowToTop
 
 
                                     -♦-