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.