overview.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.
Using Combination-Box Controls (1.2)
About Section  Message Group  Styles            Up Next Previous
────────────────────────────────────────────────────────────────────────────
 
                       Using Combination-Box Controls
 
You can create a combination box by using the WinCreateWindow function or by
specifying a COMBOBOX statement in a dialog-window template in a resource
file. When creating a combination box by using WinCreateWindow, you must
specify the WC_COMBOBOX class, the predefined class for a combination box.
If you do not specify a style, the default styles WS_GROUP, WS_TABSTOP, and
WS_VISIBLE are used.
 
 
                                      ♦