
-----------------------------------
GlobeTrotter
Mon May 23, 2005 3:47 pm

Multiline ToolTipTexts
-----------------------------------
I would like to display multiline tooltiptexts for my project.  I found some code on the internet to do so, but I can't figure out how exactly.  I copied the code here into a module.

http://www.freevbcode.com/ShowCode.asp?ID=6504

The problem is, I can't really figure out how to call it.  I tried this in the Command1_MouseMove event.  

Call DisplayTooltip(Command1, "Test" & vbNewLine & "Line2", 1)


That doesn't work, and I think its completely off.  Any help would be appreciated.
