T
Tosch
If a user starts a second instance of my application I want to pass
the specified parameters to a already running instance of the
application and the terminate the second instance.
I know how to check if a instance is already running but how do I pass
the parameters?
Parameters are normally be filenames, but could also be some switches
like /a,/b etc.
Thomas
the specified parameters to a already running instance of the
application and the terminate the second instance.
I know how to check if a instance is already running but how do I pass
the parameters?
Parameters are normally be filenames, but could also be some switches
like /a,/b etc.
Thomas