Process.Start(" WindowsFormsApp lication1.exe", "hi") to call app.exe to be
executed, then how to receive the argument "hi" in the Form?
Any idea would be appreciated.
executed, then how to receive the argument "hi" in the Form?
Any idea would be appreciated.
Comment