CComboBox class provides the functionality of a Windows combo box.
This is as basic as it gets. I want to catch when the user selects an item from a CComboBox (…
mfc ccomboboxI have a CDialog (myDialogBox) that has a CComboBox member (myComboBox). My goal is to get the user-typed text (preferably …
visual-c++ mfc ccombobox