A
Andrea V.F.
I want that only one instance of my application is running on the
machine. So i check with the Process.GetProcessesByName if there is
another instance of the application. If there is another instance I
exit the current instance, but before exiting I wold like to activate
the previously activated instance (like in winamp for example). How can
I do this??
Thanks for help.
machine. So i check with the Process.GetProcessesByName if there is
another instance of the application. If there is another instance I
exit the current instance, but before exiting I wold like to activate
the previously activated instance (like in winamp for example). How can
I do this??
Thanks for help.