I have a single instance VB 2010 application I know how to communicate with the next instances run through the StartupNextInstance application event.
The usual way of working with this is parsing command line arguments of the new instance and continue execution of the old instance.
What I would like to do is replace the running instance with the new one. Is there any way to do this other than disabling the single instance property ?
Define the mutex for your app
Then check if it is running or not.