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.
Scrolling Functions
CWnd                                        Up Contents Index Back
──Microsoft Foundation Classes──────────────────────────────────────────────
 
  GetScrollPos     Retrieves the current position of a scroll box.
 
  GetScrollRange   Copies the current minimum and maximum scroll-bar
                     positions for the given scroll bar.
 
  ScrollWindow     Scrolls CWnd.
 
  SetScrollPos     Sets the current position of a scroll box and, if
                     specified, redraws the scroll bar to reflect the new
                     position.
 
  SetScrollRange   Sets minimum and maximum position values for the
                     given scroll bar.
 
  ShowScrollBar    Displays or hides a scroll bar.
 
 
                                     -♦-