I can set the project to be a single instance app, and I can get the command line arguments, but if there are no arguments I need a new instance of the application started up. If however there are arguments passed I would process them in already running instance.
Is there a way in the application's StartupNextInstance handler to launch a new instance if there are no arguments or some other way to do what I am looking for?
thanks
kevin
Is there a way in the application's StartupNextInstance handler to launch a new instance if there are no arguments or some other way to do what I am looking for?
thanks
kevin