VB6: ComboBox Change Event Not Firing 
Author Message
 VB6: ComboBox Change Event Not Firing

Has anyone else had a problem with the "ComboBox" change Event not firing?
If so, were you able to fix the problem or did you work around it?


Fri, 23 Mar 2001 03:00:00 GMT  
 VB6: ComboBox Change Event Not Firing

Quote:

>Has anyone else had a problem with the "ComboBox" change Event not firing?
>If so, were you able to fix the problem or did you work around it?

Don't know whether you are already aware of this: the Change event
only fires when the user types into the textbox portion of the
control. Dropping down the list and selecting from it do not fire the
Change event. A combo of style 2 (dropdown list, no user entry in the
text portion) has no Change event.


Sat, 24 Mar 2001 03:00:00 GMT  
 VB6: ComboBox Change Event Not Firing
...and the solution is to use the Click event, which fires when the user (or
the program) changes the selected item.

Bertie

Quote:


>>Has anyone else had a problem with the "ComboBox" change Event not firing?
>>If so, were you able to fix the problem or did you work around it?

>Don't know whether you are already aware of this: the Change event
>only fires when the user types into the textbox portion of the
>control. Dropping down the list and selecting from it do not fire the
>Change event. A combo of style 2 (dropdown list, no user entry in the
>text portion) has no Change event.



Sat, 24 Mar 2001 03:00:00 GMT  
 VB6: ComboBox Change Event Not Firing


Fri, 19 Jun 1992 00:00:00 GMT  
 VB6: ComboBox Change Event Not Firing
Hi! David:

I faced some problem.

The problem was due to combo box control(dblist32.ocx). I developed a
project in VB4 used combo box which came with VB4. After install VB5, when I
tried to ran the application change event did not fire.

Your dblist32.ocx is over written with new dblist32.ocx file. Find out the
old one and overwrite.
or change your combo box with new version.

Take care,
Amar Kumar


Quote:
>Has anyone else had a problem with the "ComboBox" change Event not firing?
>If so, were you able to fix the problem or did you work around it?



Sun, 25 Mar 2001 03:00:00 GMT  
 
 [ 5 post ] 

 Relevant Pages 

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

2. VB6 ActiveX Control -- Change Event Not Firing

3. VB5 : Key_Up Event does not fire when {TAB} is pressed in MSForms.Combobox

4. click event not firing if lost_focus is firing first

5. ReadProperties event and WriteProperties event are not firing

6. ComboBox.DataSource fires SelectedValueChanged event

7. combobox selection event fires twice?

8. Combobox DoubleClick event NEVER FIRES?!?!?

9. Event fired when DB Password changed?

10. FileSystemWatcher Changed Events Firing Twice

11. DB Combo doesn't fire Change event?

12. Label on MS Tabbed Dialog control prevents validate event firing when changing tabs

 

 
Powered by phpBB® Forum Software