Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

MultiLine Tooltips

Status
Not open for further replies.

MarkRuse

Programmer
Aug 11, 1999
29
0
0
GB
I am currently trying to display rather large amounts of text in various control tooltips. I would like to make them multiline, so I have sent in a crlf which seems not to translate (I see the two 'unprintable' characters). Does anybody know of if I can hook into the API to achieve this ?

Thanks

Mark Ruse
 
When you say you "sent in" crlf characters, how did you do this?

Try something like:

strTooltip = "This is line 1" & vbCRLF & "This is line 2"

I haven't tried it with tooltips, but it works fine in message boxes.
 
Hi WoodLark,

I am sending in the CRLF as in your example. What seems to be happening is that the tooltip is not processing the characters, ie just displaying them. Any other ideas.

Mark.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top