Hello All,
I am working on .NET based project in Visual C++. I am using notifyIcon tool in my application. I am facing a weird problem. Even after closing the application, the notifyIcon still remain in system tray and remove when I mouse over it.
I have a little idea that It can be done using dispose() function but I don't know how to use it in VIsual C++.NET.
Thanks in advance for help.
Regards,
Amit
I am working on .NET based project in Visual C++. I am using notifyIcon tool in my application. I am facing a weird problem. Even after closing the application, the notifyIcon still remain in system tray and remove when I mouse over it.
I have a little idea that It can be done using dispose() function but I don't know how to use it in VIsual C++.NET.
Thanks in advance for help.
Regards,
Amit
Comment