|
-
April 7th, 1999, 12:53 AM
#1
Help with ComboBox!
A combo box contain few options. As I select one of the option, I want certain action to be taken depending on what is selected. But when I select an option and use UpdateData(true), the desire task is not done.
i am using the event CBN_SELCHANGE. Shall I use different event? Need help!
-
April 7th, 1999, 01:33 AM
#2
Re: Help with ComboBox!
How about yourcombo.GetCurSel() instead of
UpdateData() in CBN_SELCHANGE?
Walter An
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
|