I've tried System.Diagnostics.Process.Start(filename, argements), but when I
pass the filename - "bin\SmartClient.exe", I receive an error message
telling that the file cannot be found.
What can I do?
Kamran said:
I am assuming you are starting your EXE first time: Define the parameters and use
System.Diagnostics.Process.Start(filename, argements) to pass parameters.
If your EXE application is already running and you want to share some data
then it is crossboundry communication. Use Remoting or WebService.
Ask a Question
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.