tooltips text

From: bob (anonymous_at_discussions.microsoft.com)
Date: 05/16/04


Date: Sun, 16 May 2004 16:26:02 -0700

Hello all:

In vb 6.0, is there a way of having tooltipstext to show as 2 lines? For example I want the tooltip to show:

This is line 1
This is line 2

I tried using the following code, but I got some junk characters in the tooltips.

obj.tooltipstext="This is line 1" & vbcrlf & ="This is line 2"

I appreciate your help.

Bob