I'm creating an application that should always be running in the system tray. This is working like a charm.
now when I open the application for a second time, i have used the Mutex method and now also the Process.getprocessesbyname method. im able to find if there is already an instance running. im killing that process and start a new one. this is oke, but when I check the systemtray the old icons stay...
is there a way to find the running application and if it is running just show the form from that application instead of the new form.
when you now close the application with the X its not in the taskbar anymore only in the systemtray.
thx !