|
-
Feb 23rd, 2004, 08:30 AM
#1
Thread Starter
Member
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
-
Feb 23rd, 2004, 08:43 AM
#2
Thread Starter
Member
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
-
Feb 23rd, 2004, 12:30 PM
#3
Sleep mode
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:
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|