Results 1 to 3 of 3

Thread: tooltiptext

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Dec 2002
    Location
    London
    Posts
    678

    tooltiptext

    Hello,
    What is the property in vb.net which does the same task as the tooltiptext property in vb 6?
    Thanks

  2. #2
    Addicted Member
    Join Date
    Aug 2002
    Location
    top of the mountain
    Posts
    234
    In vb.net there is a tooltip contol, in your win form add tooltip control and in code you can write
    toolTip.SetToolTip(button1,"Text for tooltip")
    When you run program button1 will show 'Text for tooltip'.

    regard j

  3. #3
    Addicted Member The Phoenix's Avatar
    Join Date
    Aug 2003
    Location
    With my wife
    Posts
    142
    Or you can use the property in the properties window. Once you put a tooltip control on a form, all controls on the form will have a tooltip property. Just fill in that field with the text you want the tooltip to display.
    Take my love
    Take my land
    Take me where I cannot stand
    I don't care, I'm still free
    You can't take the sky from me...

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