A
APA
I'm trying to launch another (WinForms) application from my WinForms app. I want it to work like launching an app from Explorer, i.e. I don't want my
app to have any ties to the app it launched. I've tried to use Process.Start but it doesn't see to be passing my command line parameter and if there
is already a running instance of the app it won't attempt to run it again. Is there any other way to launch an app from a WinForms app?
app to have any ties to the app it launched. I've tried to use Process.Start but it doesn't see to be passing my command line parameter and if there
is already a running instance of the app it won't attempt to run it again. Is there any other way to launch an app from a WinForms app?