ComboBox Change Event 
Author Message
 ComboBox Change Event

I applied the new Service pack last week to my Edition of Visual Studio Pro and I
now notice the Change Event for the ComboBox in VB6 will not fire. Any
suggestions or comments on this bug.  As of now I'm using the click Event or I
load the ADO ComboBox and use that control (its change event fires fine).


Sun, 09 Nov 2003 05:37:40 GMT  
 ComboBox Change Event

Quote:
>I applied the new Service pack last week to my Edition of Visual Studio Pro
and I
>now notice the Change Event for the ComboBox in VB6 will not fire. Any
>suggestions or comments on this bug.  As of now I'm using the click Event
or I
>load the ADO ComboBox and use that control (its change event fires fine).

What style is the combobox?  The Change event should only fire when the user
types something into the textbox area and if it is set for DropDownList they
can't do that so it never fires.  The Click event fires when an item from
the dropdown is selected.  I haven't applied the latest SP but this is how
the combobox has worked since at least VB 3.0 and if the SP changed that
it's going to break a lot of apps.


Sun, 09 Nov 2003 05:52:33 GMT  
 ComboBox Change Event
Oh I was unaware of that. I always thought the change event fired in the
DropDownList also. Anyway thanks for clearing that up. Its strange that the
Datacombo fires the change event when you select a item and the ComboBox doesn't
figure MS would keep some sort of standard between the two.
Quote:
-----Original Message-----


>I applied the new Service pack last week to my Edition of Visual Studio Pro
and I
>now notice the Change Event for the ComboBox in VB6 will not fire. Any
>suggestions or comments on this bug.  As of now I'm using the click Event
or I
>load the ADO ComboBox and use that control (its change event fires fine).

What style is the combobox?  The Change event should only fire when the user
types something into the textbox area and if it is set for DropDownList they
can't do that so it never fires.  The Click event fires when an item from
the dropdown is selected.  I haven't applied the latest SP but this is how
the combobox has worked since at least VB 3.0 and if the SP changed that
it's going to break a lot of apps.

.



Sun, 09 Nov 2003 06:27:29 GMT  
 
 [ 3 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