Parameters

  • Thread starter André Almeida Maldonado
  • Start date
A

André Almeida Maldonado

Hey Guys, how can I do to pass a parameter to my smart client (exe) from my
aspx page???

Thank's
 
A

André Almeida Maldonado

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.

Ask a Question

Members online

Forum statistics

Threads
473,767
Messages
2,569,572
Members
45,045
Latest member
DRCM

Latest Threads

Top