I have an ActiveX control with a Combo box that I am using in my project. The change event is mapped.

If I start the project and select an item from the drop down, the RaiseEvent does not fire.

However, if I pragmatically change the selection in the combo box (cmbProduct.text="Gear Oil"), it does.

Any ideas?