Click here to Skip to main content
16,020,345 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
HI guys

I ve a requirement to send a value from website to windows forms ...... i m able to open the windows form using "system.diagnostics.process.start" .....but how cn i pass the value and retrieve the same in windows form ....




thanks
darshan
Posted

1 solution

You need to create a web api for this and pass the api to the the windows form. The output of the web api could be in a json format or anything. To get the json output you could use webclient which is used to read web api's and gives the output.

A little lengthy process but useful.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900