by Gordon Robinson (1 Submission)
Category: Miscellaneous
Compatability: Visual Basic 3.0
Difficulty: Advanced
Date Added: Wed 3rd February 2021
Rating:
(16 Votes)
Are you fed up with the fact that you can only display one line in vb tooltips. This class allows multiple line tooltips.
It also allows you to specify the Maximum Width of the tooltip, the delay until it appears, the length of time it is visible and whether the tooltip is centered below the control.
I have added support for setting the font that is used as well.
Assumes
The control passed in must have a hWnd property
Upload