VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Tray Icon with Balloon Tips (UserControl)

David Schneider  (1 Submission)   Custom Controls/Forms/Menus   VB Script   Intermediate   Wed 3rd February 2021

This code makes it incredibly easy (one line to add one) to add system notification icons (aka tray icons) to your program! You can even call up Balloon Tips on compatible OSes (XP and 2000, I believe). Functions are structured to be as close to their VB counterparts as possible (BalloonTip is structured like MsgBox for example)

Inputs
Read the ReadMe.txt file for in-depth instructions, but basically, the Create function adds the tray icon, the Delete function removes it, and the events notify you if the user has clicked on the tray or balloon tip, and how.

Assumes
While it's better coding to manually call the remove function to remove the tray before you end your program, the usercontrol DOES automatically remove it if you unload the form correctly.

Rate Tray Icon with Balloon Tips (UserControl) (4(4 Vote))

Download Tray Icon with Balloon Tips (UserControl)

Tray Icon with Balloon Tips (UserControl) Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters