|
-
February 18th, 1999, 03:58 AM
#1
More than 1 line ToolTip
How do I create a Tooltip with more than one line in VB6 ?
-
February 18th, 1999, 04:27 AM
#2
Re: More than 1 line ToolTip
Hi
This is a toughie. If you really want to do this, then you're going to have to get deep into subclassing and the WinAPI. Basically a window (control) has an associated tool-tip window which can get created either when the window is created, or on-the-fly. You need to subclass the ToolTip window, then intercept the paint messages for that tool-tip and implement your own painting.
Regards
Chris Eastwood
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|