hTooltip ActiveX DLL provides you with an easy way you can use to create real native Windows tooltips in your apps. With this library you can create multiline balloon tooltips, adjust their time and view parameters (backcolor, forecolor, internal indents, etc.), insert title and one of the predefined system icons, display tooltips on demand at any specified point.
hTooltip also implements many useful features (such as the MouseEnter/MouseLeave events for your control) in addition to the standard tooltip functionality and can be used not only in VB6 but in many development environments which support COM - Visual Basic for Applications in MS Office, Visual FoxPro, Delphi, the .NET Framework and so on.
Take hTooltip for a test drive to see what it can actually do for you!
Here are some key features of "hTooltip":
· the standard rectangular and new balloon styles;
· tooltips can have a title and one of the predefined system icons;
· displaying tooltips on demand at the specified point on the screen;
· the ability to adjust the colors of the tooltip window and its text;
· you can set the time parameters of your tooltips.
· the hTooltip tooltip object raises the MouseEnter and MouseLeave events for the area it is attached to;
· hTooltip can be used to create tooltips for controls which do not have its own window handle (also known as 'windowless controls') - in Visual Basic 6 these are the Label, Shape and Image controls;
· you can also specify a rectangular area inside a control for which the tooltip should be displayed;
· hTooltip implements the CreateForVBCtrl method you can use to attach a tooltip to any VB5,6 intrinsic control with one statement.
Limitations:
· nag screens
What's New in This Release: [ read full changelog ]
· [Fixed] If your app uses visual styles and you clicked a control with an attached tooltip, the tooltip might be no longer displayed.
· [Fixed] If you created a tooltip for a control which has a window handle using the CreateForHwnd or CreateForVBCtrl method and changed the size and/or position of the control later, the tooltip might be no longer displayed.
· [Fixed] An on-demand tooltip might remain visible even after you closed the window which had the control the tooltip was attached to.
· [Optimization] Internal optimization was done so the component uses fewer system resources now.