Ok, I'm using wtl. I'm trying to get the combo box to respond when I press enter and pass the information in the combo box to the appropriate function for processing.
I'm using CComboBox and the following MSG_MAP:
COMMAND_HANDLER_EX(IDC_ADDRESSBAR, CBN_SELENDOK, GoNavAddressBar)
It doesn't work though. All I get is a "ding" when I press enter.
If anyone could give me some suggestions I would greatly appreciate it, as I'm new to windows programming.
Later,
Paul
