Friday, March 16, 2012

Parameters

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

Thank'sI'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" <anonymous@.discussions.microsoft.com> escreveu na mensagem
news:7337C932-9AC0-4075-A445-0757700D69C4@.microsoft.com...
> 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.
> Kamran

0 comments:

Post a Comment