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)
Re: mousehover label tooltip
Drag and Drop a ToolTip Control from the ToolBox and then in the Properties of the Label
set your tooltip
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!!