Top "Ccombobox" questions

CComboBox class provides the functionality of a Windows combo box.

Catching when user selects an item from a CComboBox

This is as basic as it gets. I want to catch when the user selects an item from a CComboBox (…

mfc ccombobox
Get text from CComboBox

I have a CDialog (myDialogBox) that has a CComboBox member (myComboBox). My goal is to get the user-typed text (preferably …

visual-c++ mfc ccombobox