description | title | ms.date | helpviewer_keywords | ms.assetid | |||
---|---|---|---|---|---|---|---|
Learn more about: Creating an Extended Combo Box Control |
Creating an Extended Combo Box Control |
11/04/2016 |
|
a964267e-97b6-4e77-9f89-55bb5c68913f |
How the extended combo box control is created depends on whether you are using the control in a dialog box or creating it in a nondialog window.
-
In the dialog editor, add an Extended Combo Box control to your dialog template resource. Specify its control ID.
-
Specify any styles required, using the Properties dialog box of the extended combo box control.
-
Use the Add Member Variable Wizard to add a member variable of type CComboBoxEx with the Control property. You can use this member to call
CComboBoxEx
member functions. -
Use the Class Wizard to map handler functions in the dialog class for any extended combo box control notification messages you need to handle (see Mapping Messages to Functions).
-
In OnInitDialog, set any additional styles for the
CComboBoxEx
object.
-
Define the control in the view or window class.
-
Call the control's Create member function, possibly in OnInitialUpdate, possibly as early as the parent window's OnCreate handler function. Set the styles for the control.