SAMPLE: Scrolling Dialog Box Sample Code in Software LibraryLast reviewed: February 15, 1996Article ID: Q75336 |
The information in this article applies to:
The procedure to define a scrolling dialog box is quite straightforward. It is done by specifying the WS_VSCROLL and WS_HSCROLL window styles. The dialog procedure must set the scroll range and process horizontal and vertical scrolling messages. Windows will process the WM_PAINT message on behalf of the dialog box. SCROLDLG.EXE, a file in the Microsoft Software Library, contains code to a sample application that displays a scrolling dialog box. Download SCROLDLG.EXE, a self-extracting file, from the Microsoft Software Library (MSL) on the following services:
|
Additional reference words: 3.00 3.10 softlib SCROLDLG.EXE
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |