Valhalla Legends Forums Archive | Battle.net Bot Development | Tool Tip Text?

AuthorMessageTime
QwertyMonster
Hi. On Stealthbot he has like 7 odd lines for tooltiptext.

I was woundering; How do you do this?
March 3, 2005, 5:15 PM
iago
www.google.com --> multi line tooltip
March 3, 2005, 5:23 PM
QwertyMonster
Thanks!
March 3, 2005, 5:27 PM
QwertyMonster
I tried something and it didnt work! I have

[code]
  cmdCancel.ToolTipText = "This tip has a tab-indented list." & vbCrLf & vbCrLf & _
                          vbTab & "* Item 1" & vbCrLf & _
                          vbTab & "* Item 2" & vbCrLf & _
                          vbTab & "* Item 3"
[/code]

and i get
[code]
This tip has a tab-indented list. <4 SQUARES> *Item 1 <3 squareS> *item 2 <3 SQUARES> * Item 3 <3 Squares>[/code]


Why? :/
March 3, 2005, 5:49 PM
iago
Because you need a special control.  It's not a real tooltip.  Again, google it, you should be able to find a class for it.
March 3, 2005, 6:33 PM
QwertyMonster
Yeah i found one and hes got a whole class module on it, it looks weird :P


Edit:

This code has a WHOLE module on it, and it all looks very confusing! Is there any easyier way to do it?
March 3, 2005, 6:40 PM
Networks
http://www.zeroforce.net -> Downloads -> Source Archive -> Visual Basic

Look for a multiline tooltip download example, I know there's one there.
March 3, 2005, 7:08 PM
QwertyMonster
Edit: Found it
March 3, 2005, 7:31 PM

Search