|
-
Jun 4th, 2009, 03:35 AM
#1
Thread Starter
Junior Member
mousehover label tooltip
I tried to search an example of hovering label -> show tootip
but I cannot find any....
I find something about ToolTipText which I cannot find in the properties.
I tried to use SetToolTip but nothing happen when I hover the label.
I need help for this.
Thanks...
-
Jun 4th, 2009, 03:41 AM
#2
Re: mousehover label tooltip
It may depend on your version of VB.Net.
In 2008 you can add a tooltip component to your form (in the common controls section of the toolbox). The you will see a "Tooltip on Tooltip1" property available for your label (assuming that your tooltip control has the default name of Tooltip1)
-
Jun 4th, 2009, 03:47 AM
#3
Re: mousehover label tooltip
Drag and Drop a ToolTip Control from the ToolBox and then in the Properties of the Label
set your tooltip
Please mark you thread resolved using the Thread Tools as shown
-
Jun 4th, 2009, 03:48 AM
#4
Thread Starter
Junior Member
Re: mousehover label tooltip
Hi Keystone and danasegarane,
I am using 2008 and You guys are right!!!
I found it....so easy...
the problem I made, I added tooltip manually...I checked only the properties on tooltip and tried to combine it with mousehover. I did not checked the properties on the label itself...
Thanks Keystone, danasegarane!!
Last edited by sprooch; Jun 4th, 2009 at 03:50 AM.
Reason: addition
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|