Click here to Skip to main content
15,892,161 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi I am making a GUI in Visual C++ in which there are multiple controls.I want some help text to be highlighted whenever I keep my mouse cursor on any control (to give an idea what the control does),to make it user friendly.
Can anyone help please?

Timkee
Posted
Comments
Shog9 30-Jun-10 13:22pm    
Got an example of what you're talking about? Do you mean a "tooltip"?

1 solution

Drag a Tooltip item from the toolbox onto the Form.

Each control will then have a ToolTip on Tooltip1 property. Set the text to display there.

You can also then dynamically change the tooltip message in code if you want.
 
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