Highlight listbox item on mouseover
-
I have been playing with the different events, but am not sure how to make this happen. I want to select the item currently under the mouse. This would give a highlight effect to the one you are over. Anyone know how to do this? Thanks in advance. ***************** "I know how hard it is for you to put food on your family." —GW
-
I have been playing with the different events, but am not sure how to make this happen. I want to select the item currently under the mouse. This would give a highlight effect to the one you are over. Anyone know how to do this? Thanks in advance. ***************** "I know how hard it is for you to put food on your family." —GW
If you've not already found a solution, try looking at the OnMouseMove event. Are you trying to give feedback for any control on a form as the user moves from one to the other or are you trying to do this within a specific control, like a ListView or ListBox?