Roy
February 18th, 1999, 02:58 AM
How do I create a Tooltip with more than one line in VB6 ?
|
Click to See Complete Forum and Search --> : More than 1 line ToolTip Roy February 18th, 1999, 02:58 AM How do I create a Tooltip with more than one line in VB6 ? Chris Eastwood February 18th, 1999, 03:27 AM 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 codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |