• Welcome to Valhalla Legends Archive.
 

Tool Tip Text?

Started by QwertyMonster, March 03, 2005, 11:15 AM

Previous topic - Next topic

QwertyMonster

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

I was woundering; How do you do this?

iago

This'll make an interesting test for broken AV:
QuoteX5O!P%@AP[4\PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*


QwertyMonster


QwertyMonster

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? :/

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.
This'll make an interesting test for broken AV:
QuoteX5O!P%@AP[4\PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*


QwertyMonster

#5
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?

Networks

http://www.zeroforce.net -> Downloads -> Source Archive -> Visual Basic

Look for a multiline tooltip download example, I know there's one there.

QwertyMonster