CTray
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. Original Author: Alexandre Wendt Shima API Declarations Private Declare Function Shell_NotifyIcon Lib “shell32” Alias “Shell_NotifyIconA” (ByVal dwMessage As Long, pNid As NOTIFYICONDATA)… Read More »