Click here to Skip to main content
16,017,167 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I wanted to know if there is a function in visual studio c++ 2005, that is called on if your mouse hovers over something, and how to use it?
Posted

1 solution

Hi,

in WinForms each Control has a MouseHover event.

FWIW: if a tooltip is what you need, have a look at the ToolTip class.

:)
 
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