VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



CTray

by Alexandre Wendt Shima (1 Submission)
Category: Windows API Call/Explanation
Compatability: Visual Basic 3.0
Difficulty: Advanced
Date Added: Wed 3rd February 2021
Rating: (4 Votes)

With CTray you can add/remove/change one icon to the System Tray. All you need to do is add CTray to your project and one picture box to your form, and you're done! A sample project is included.

API Declarations
Private Declare Function Shell_NotifyIcon Lib "shell32" Alias "Shell_NotifyIconA" (ByVal dwMessage As Long, pNid As NOTIFYICONDATA) As Boolean

Rate CTray

Download CTray

Download CTray (6 KB)

CTray Comments

No comments have been posted about CTray. Why not be the first to post a comment about CTray.

Post your comment

Subject:
Message:
0/1000 characters