Adding Tooltip to Windows Combo Box When Moving Cursor

syago01

Newcomer
Joined
Dec 17, 2009
Messages
1
Hi Friends,

ToolTips for Windows Forms ComboBox When Cursor is moving Around the items of combo box(Items are not selected, just cursor is moved)

i am having a problem.
I need an event to be raised when mouse hovers over Combo Box so that I could provide ToolTip for Items of dropDownArea of ComboBox.
I want tool tip when the mouse is moved in between the items of the drop down list, not when the item is selected.
how to do this ???
how to get index of comboBoxItem pointed by cursor ?


Thanks,
 
Back
Top