Results 1 to 4 of 4

Thread: mousehover label tooltip

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Apr 2009
    Posts
    24

    Question 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...

  2. #2
    PowerPoster keystone_paul's Avatar
    Join Date
    Nov 2008
    Location
    UK
    Posts
    3,327

    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)

  3. #3
    Learning .Net danasegarane's Avatar
    Join Date
    Aug 2004
    Location
    VBForums
    Posts
    5,853

    Re: mousehover label tooltip

    Drag and Drop a ToolTip Control from the ToolBox and then in the Properties of the Label
    Code:
    ToolTip on Label
    set your tooltip
    Please mark you thread resolved using the Thread Tools as shown

  4. #4

    Thread Starter
    Junior Member
    Join Date
    Apr 2009
    Posts
    24

    Resolved 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
  •  



Click Here to Expand Forum to Full Width