I’m creating a windows application. In this application I’m using notifyicon and minimizing my application to system tray. In my code on button click, I process some thing in background and returns a integer value every 2 seconds. I need to display the Value over the Notifyicon .
Can anyone help me???
Try
NotifyIcon.ShowBalloonTipmethod:If you want to change the tray icon, create an icon ondemand and set it to
NotifyIcon.Icon:to create icon you can use this codes (Updated):
see this same project: