Adding smart tags to a form

Poochi

Member
Joined
Sep 19, 2006
Messages
6
Programming Experience
Beginner
Hi, is there a way to add tags to a form? Eg, when your cursor hovers over something like a button, a tag appears telling you what the button does.

Thanks.
 
ToolTips are available, just add a ToolTip control to your form, then set the added ToolTip property of each object on the form

if you leave the ToolTip property blank for an object, then no tip will be displayed at all for that object
 
Back
Top