I have PPP Dialer program in C#. After successfull connection, it minimize to system tray with icon.
How can I dynamically change notifyicon image in Tray according to the connection state?
Example:
If connection is idle: ICON-IMAGE-1 If connection is Connected: ICON-IMAGE-2 If connection is Disconnected: ICON-IMAGE-3
I have the triggers on events, just wanted to know how to change try icon according to the event.