ComboBox Change event 
Author Message
 ComboBox Change event

Hi,

Add more information for my previous post.

What I hope to achieve is -
When the user selects an item which is different from the
text of the combo box this will trigger an event to notify
me.

Thanks in advance
Andy

Quote:
>-----Original Message-----
>Hi,

>I am trying to fire the change event of combo box with
>Property Style = 2 - Dropdown List. But that is allowed
>only for Style = 0 - Dropdown Combo or Style = 1 - Simple
>Combo as MSDN says:

>ComboBox changes the text in the text box portion of
the
>control. Occurs only if the Style property is set to 0
>(Dropdown Combo) or 1 (Simple Combo) and the user changes
>the text or you change the Text property setting through
>code.

>I really need this function to trigger the event Change
>under this condition. Are there other ways to work around
>the limitation of ComboBox?

>Thanks in advance

>Andy
>.



Mon, 18 Oct 2004 23:38:25 GMT  
 ComboBox Change event

Quote:
> What I hope to achieve is -
> When the user selects an item which is different from the
> text of the combo box this will trigger an event to notify
> me.

The Click event will fire


Mon, 18 Oct 2004 23:44:09 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. ComboBox Change Event Does not fire when user changes selection

2. Help: Losing ComboBox Change event in UserControl OCX

3. ComboBox Change Event

4. ComboBox Change event

5. Speaking of Combobox Change Events...

6. VB6: ComboBox Change Event Not Firing

7. ComboBox Change Event

8. HELP!! Monitoring ComboBox change event???

9. commandbar combobox and its change event

10. commandbar combobox and its change event

11. Combobox control, change event

12. Change event (combobox)

 

 
Powered by phpBB® Forum Software