Creating the Owner-Drawn Dialog Box
The dialog box template defines the window styles, buttons, and control
identifiers for the combo box. The combo box in this example uses the
CBS_DROPDOWNLIST, CBS_OWNERDRAWFIXED, CBS_SORT, CBS_HASSTRINGS, WS_VSCROLL, and WS_TABSTOP
styles.
The dialog box also contains a list box (IDLIST) and two buttons: OK (IDOK)
and Cancel (IDCANCEL). The IDOK and IDCANCEL constants are defined by the Win32
API. The constant IDLIST is defined in the application's header file, as is the
control identifier, IDCOMBO.
For more information about dialog boxes, see
Dialog Boxes.
- Software for developers
-
Delphi Components
.Net Components
Software for Android Developers
- More information resources
-
MegaDetailed.Net
Unix Manual Pages
Delphi Examples
- Databases for Amazon shops developers
-
Amazon Categories Database
Browse Nodes Database