Hey Guys, how can I do to pass a parameter to my smart client (exe) from my
aspx page?
Thank'sHi,
The answer to this question all depends on your setup, could you
describe your situation a little more?
Thanks,
Phil.
I am assuming you are starting your EXE first time: Define the parameters an
d use
System.Diagnostics.Process.Start(filename, argements) to pass parameters.
If your EXE application is already running and you want to share some data t
hen it is crossboundry communication. Use Remoting or WebService.
Kamran
So...
My aspx page, trough a hyperlink will call my Exe. When it happens I need to
pass the parameter, with the exe calling, I need to pass the parameter to.
Thank's
"Phil Winstanley [Microsoft MVP]" <phil@.winstanley.name> escreveu na
mensagem news:c7vt97$es7@.odah37.prod.google.com...
> Hi,
> The answer to this question all depends on your setup, could you
> describe your situation a little more?
> Thanks,
> Phil.
>
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" <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
>
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment