Is there any way of introducing a newline in a tooltip text.
In other words how is a multi line tooltip text implemented. I tried concatinating chr(13) between the texts but it does not help.
Thanks
Deepak
Printable View
Is there any way of introducing a newline in a tooltip text.
In other words how is a multi line tooltip text implemented. I tried concatinating chr(13) between the texts but it does not help.
Thanks
Deepak
I once had a situation where I needed that functionality -- I ended up making a textbox that looked exactly like a tool tip window and show/hid it when necessary
HTH
Tom
I found this code here one this UBB so a BIG thank you to Serge who wrote this code.
Multiline tooltip
Edited by onerrorgoto on 02-24-2000 at 03:48 AM