VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

An extended TrayIcon DLL with balloon tool tip even displaying on win 9x systems.

Anatoliy Avroniev  (2 Submissions)   Custom Controls/Forms/Menus   VB Script   Advanced   Wed 3rd February 2021

Displays Tray Icon and two types of balloons.
The first one is the system provided by Shell_NotifyIcon function balloon.
The second one is actually a customisable Tool Tip control provided by "tooltips_class32" class. This balloon can be displayied on any Windows system since win 95 in opposite of "Shell_NotifyIcon" balloon. In addition it is possible to display several ballons in the same time for each application while the system balloon will not appears when any other application is already displaying its own balloon.
Also the cTrayIcon class provides information about Tray Icon position on the screen.
Credits:
Nayan S. Patel: https://www.codeproject.com/Purgatory/Balloon-Tooltip.asp
Steve
McMahon: https://www.vbaccelerator.com/home/VB/Code/Libraries/Subclassing/SSubTimer/article.asp
Arkadiy
Olovyannikov: https://www.freevbcode.com/ShowCode.Asp?ID=3291 .
On some Win9x or NT systems you may need updated "MS Common Controls DLL". Download it from https://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=6F94D31A-D1E0-4658-A566-93AF0D8D4A1E

Rate An extended TrayIcon DLL with balloon tool tip even displaying on win 9x systems. (27(27 Vote))
An extended TrayIcon DLL with balloon tool tip even displaying on win 9x systems..bas

An extended TrayIcon DLL with balloon tool tip even displaying on win 9x systems. Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters