Results 1 to 3 of 3

Thread: control description

  1. #1

    Thread Starter
    Member
    Join Date
    Jan 2004
    Location
    UK
    Posts
    43

    control description

    i have a question please,


    i've got a label , but it is too small to fit description in the label,,,,

    any idea how can i do a small description to the label, which it could be displayed only when u put the mouse cursor over the label....


    do u reckon i could access this descprition throughout the program...

    thank you very much

  2. #2

    Thread Starter
    Member
    Join Date
    Jan 2004
    Location
    UK
    Posts
    43
    i 've manage that using tooltip,,

    but can i access tooltip while running the program, so i can change the description of that

    thank you

  3. #3
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    Originally posted by xyz777
    i 've manage that using tooltip,,

    but can i access tooltip while running the program, so i can change the description of that

    thank you
    Yes, you can access it at runtime like this :

    VB Code:
    1. Me.ToolTip1.SetToolTip(Me.Button1, "Description of Button1")

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