Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

User Control ToolTips

Status
Not open for further replies.

drwunz

Programmer
Dec 17, 2001
34
0
0
US
I have several user controls I'm using in an application. These controls are windowless and BackStyle is Transparent. The user controls all have an image box that is resized to fill the object. When I draw one of these on the app form, I put information in the ToolTipText box...but the tool tips never display when I run the app. Any suggestions?
 
Is the object with the tooltip on the top or behind any of the other controls?
 
Your Tooltip info is in the UserControl but your cursor is never over the User Control, just the image in the user control. If you have the source code, then you can move the User Control ToolTip to the image Tooltip on a MouseMove event. Forms/Controls Resizing/Tabbing Control
Compare Code (Text)
Generate Sort Class in VB or VBScript
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top