SAMPLE: How to Use MSOUTLIN.VBX in an MFC ApplicationLast reviewed: July 18, 1997Article ID: Q113111 |
1.00 1.50
WINDOWS
kbprg kbfile
The information in this article applies to:
SUMMARYOUTVBX is a sample program that demonstrates how to use the Outline VBX control (MSOUTLIN.VBX) from Microsoft Visual Basic 3.0 within a Microsoft Foundation Class (MFC) application. The Outline control allows you to display data in a hierarchical list box that supports five different styles. Download OUTVBX.EXE, a self-extracting file, from the Microsoft Software Library (MSL) on the following services:
MORE INFORMATIONMicrosoft Visual Basic 3.0 introduced a hierarchical list box VBX control, which can be very useful to display data. The Outline control supports the use of bitmaps and lines to expand and collapse the visual display (similar to the File Manager in Windows 3.1). This sample program also shows how to dynamically modify a picture property for a typical VBX control. The default picture values in MSOUTLIN.VBX are not functional in an MFC application, and therefore the properties must be reinitialized during run time. The pictures used are included as resources by App Studio in the .RC file.
|
Additional reference words: kbinf 1.00 1.50 2.00 2.50 VBX outline
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |