|
-
Oct 18th, 2000, 10:29 PM
#1
Thread Starter
Addicted Member
Toolbar.Buttons.Add , TaskName, DispText, 0
Toolbar.Button(TaskName).ToolTipText = TaskName
' Its in VB4 using Common Control 32 - ver 6.0
Brian
Programming: VB5 Pro (SP3) - QBasic 1.1,4.5
Internet: HTML 4, CSS, JavaScript
Visit AltInt.com!
-
Oct 18th, 2000, 11:07 PM
#2
Fanatic Member
Syntactically, it's fine. But when you assigned the ToolTipText value, you used Button instead of Buttons.
I'm baaaack...
VB5 Professional Edition, VC++ 6
Using a 1 gHz Thunderbird, 256 mb RAM, 40 gb HD system with Win98se
I feel special because I finally figured out how to loop midis: Post link
I'm a fanatic too 
-
Oct 19th, 2000, 02:04 PM
#3
Thread Starter
Addicted Member
Tired it
I tried buttons(Taskname).Tooltiptext, but it doesnt display the text on hover.
Brian
Programming: VB5 Pro (SP3) - QBasic 1.1,4.5
Internet: HTML 4, CSS, JavaScript
Visit AltInt.com!
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
|