View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] frankjunli@gmail.com is offline
external usenet poster
 
Posts: 5
Default Custom control event problem

Hi,

I created a VB6 custom combo box in order to make the dropdown list
scrollable by mouse wheel. It works fine with the mouse wheel, but it
never
triggers the change() event?
Does any one have any idea about this.
Really appreciated.