Click to See Complete Forum and Search --> : Help with ComboBox!


Shahzad
April 7th, 1999, 12:53 AM
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!

Walter I An
April 7th, 1999, 01:33 AM
How about yourcombo.GetCurSel() instead of
UpdateData() in CBN_SELCHANGE?

Walter An