Hi, Everybody.
I developed a WPF Application with a menu called as "Minimize". Once I click Minimize , the entire applciation will be minimized to "System tray". When I double-click the system tray icon, the application will opens as normal.
This works fine. Now If i install the application in to my local system and minimize the application, it will be get minimized to system tray. If i again click the applciation shortcut, a new instance of my application is opening. Here I need to show the already opened application (if it is minimized). Can you guys guide to solve this...
Thanks in advance.