Microsoft Foundation Classes (mfc.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
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
 
 
                                     -♦-