|
-
Jul 2nd, 2001, 05:29 PM
#1
Thread Starter
New Member
COMMAND_HANDLER_EX/ CComboBox
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
Last edited by fullmoons; Jul 2nd, 2001 at 05:46 PM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|