|
-
Jul 19th, 2024, 02:15 AM
#1
VB6 - Customizable Balloon Tooltips for all controls (supports Unicode)
This is another spin on "Customizable Balloon Tooltips" for your controls (mainly inspired from Elroy's example in this thread). All relevant code for the tooltips is encapsulated in the "cTT" class which is predeclared for ease of use. This class keeps track of all added tooltips and they are displayed automatically when the user hovers the mouse over a control that has a balloon tooltip attached.
- All tooltips are fully customizable as seen in the screenshot below.
- You can toggle enabling or disabling the display of tooltips either for specified controls or for all at once.
- Once created, a tooltip can be modified later without creating a new one
- The class supports both regular controls (those with a "hWnd" property) as well as windowless controls ("Label" for example)

Here is the demo project: BalloonTooltips.zip
Last edited by VanGoghGaming; Jul 19th, 2024 at 04:21 AM.
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
|