Reputation: 2943
I want to make my programs tray icon change colors if a certain event occurs. Can I set my code to change the tray icon while it runs?
Upvotes: 2
Views: 3394
Reputation: 564901
Just set the NotifyIcon.Icon property to the new icon to change it.
Upvotes: 2