Combobox with Tooltip when mouse is moved over the items.
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hi all, I am a newbie to the C# applications,I have a combobox in my application where i need to display the tooltip for the items inside it when mouse is moved over the items. I tried with the fucntions "m_cbCommPort_MouseHover" and "m_cbCommPort_DropDown", but both did not work fine.Please suggest me a good solution for this. Thanks in advance.