Comboboxes
- How can I avoid the title bar flashing when a CGXComboBox is dropped down?
- Why does a CGXComboBoxWnd cell draw over the neighboring cells when I click into it?
- How can I get the current text from a combobox whenever the user selected a new item in a combobox?
- How can I fill the choice list of a combobox depending on a value in another cell?
- How can I tell the combobox control that it should draw text in the whole cell when no pushbutton is visible?
- How can I tell the combobox that it should always draw a pushbutton and not only for the current cell?
- How can I tell the combobox that it should store the index as value in the cell but display the associated choice?
- How can I handle combobox notifications in a CGXComboBoxWnd derived class?
- How can I handle combobox notifications in a CGXComboBox derived class?
- How can I implement an owner-drawn combobox?
- How can I create a subclassed combobox where the dropdown list items are determined at runtime?
- Is it possible to bring up an AfxMessageBox when a user makes a change in a CGXComboBox? I need a Yes/No response when the user changes the control.
- Can I use CWnd::DlgDirListComboBox() to fill a combobox in the grid?
- How to avoid that the selected item in a combobox cell gets cleared when the user presses DELETE?
- How do I get type-to functionality in CGXComboBoxWnd?
- How can I get the listbox in a CGXComboBoxWnd cell be sorted?