Click here to Skip to main content
15,886,067 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi Everyone! I wish someone can help me shed some light on this problem. I am using Visual Basic Express Edition only. I want to know how to code an event when combobox dropdown item is highlight.

Example: from the dropdown list, the items are red, orange and blue. When the cursor is hovered above the item "orange", I want label1.text to equal the value of the highlighted item.

Thanks much everyone!
Posted

1 solution

You'd have to write you own version of a ComboBox to do this. There is no such event for the mouse hovering over an item in the list.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900