Results 1 to 2 of 2

Thread: hhhrrv!

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Oct 2000
    Location
    Panama
    Posts
    17

    Angry

    hello
    how can i make a tooltiptext in a enabled textbox
    i use if txt.enabled = true then txt.tooltiptext = "message" and not working
    help me please
    farizza



  2. #2
    Lively Member Dr_Evil's Avatar
    Join Date
    Mar 2000
    Location
    Columbus, OH
    Posts
    105
    I have no problem here when enabling a TextBox and setting the ToolTipText property.

    Just use the code under a button click or Form_Load event.
    Code:
    Text1.Enabled = True 
    Text1.ToolTipText = "Hello"
    This will display Hello when you hover over the textbox for a couple seconds.
    Dr_Evil
    Senior Programmer
    VS6 EE
    VS.NET EA

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