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.
Window Size and Position
CWnd                                        Up Contents Index Back
──Microsoft Foundation Classes──────────────────────────────────────────────
 
  CloseWindow            Minimizes CWnd.
 
  OpenIcon               Activates and restores a minimized (iconic)
                           CWnd.
 
  IsIconic               Determines whether CWnd is minimized (iconic).
 
  IsZoomed               Determines whether CWnd is maximized.
 
  MoveWindow             Changes the position and/or dimensions of
                           CWnd.
 
  SetWindowPos           Changes the size, position, and ordering of
                           child, pop-up, and top-level windows.
 
  ArrangeIconicWindows   Arranges all the minimized (iconic) child
                           windows.
 
  BringWindowToTop       Brings CWnd to the top of a stack of
                           overlapping windows.
 
  GetWindowRect          Gets the screen coordinates of CWnd.
 
  GetClientRect          Gets the dimensions of the CWnd client area.
 
 
                                     -♦-