Hi. On Stealthbot he has like 7 odd lines for tooltiptext.
I was woundering; How do you do this?
www.google.com --> multi line tooltip
Thanks!
I tried something and it didnt work! I have
cmdCancel.ToolTipText = "This tip has a tab-indented list." & vbCrLf & vbCrLf & _
vbTab & "* Item 1" & vbCrLf & _
vbTab & "* Item 2" & vbCrLf & _
vbTab & "* Item 3"
and i get
This tip has a tab-indented list. <4 SQUARES> *Item 1 <3 squareS> *item 2 <3 SQUARES> * Item 3 <3 Squares>
Why? :/
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.
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?
http://www.zeroforce.net -> Downloads -> Source Archive -> Visual Basic
Look for a multiline tooltip download example, I know there's one there.
Edit: Found it