VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Tray Icon with Balloon Tips (UserControl)

by David Schneider (1 Submission)
Category: Custom Controls/Forms/Menus
Compatability: VB Script
Difficulty: Intermediate
Date Added: Wed 3rd February 2021
Rating: (4 Votes)

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)

Download Tray Icon with Balloon Tips (UserControl)

Download Tray Icon with Balloon Tips (UserControl) (4 KB)

Tray Icon with Balloon Tips (UserControl) Comments

No comments have been posted about Tray Icon with Balloon Tips (UserControl). Why not be the first to post a comment about Tray Icon with Balloon Tips (UserControl).

Post your comment

Subject:
Message:
0/1000 characters