S
Siddy Boy
Guest
I want to create an application where in I need to run an installer (windows form app) from a link in the web application page. This installer will receive a data (say a string), from the data value passed from the web, and be shown in the windows form app.
After a click handler invoked in the windows form app, I want to pass the updated data value back to the web application from the windows form app.
The approach I am thinking of is creating a custom Event handlers and delegates which would get invoked (say after clicking a link and running windows form app), which would capture the data and pass to windows form app, which will be displayed there.
For sending data from windows form to a web application, can be done by say calling a WebAPI and then passing it to the web action method.
Any approaches or suggestions or helpful links in achieving the above i.e. running an installer from any web browser, passing data from web application to windows form app, and then alerting the web application when an action is triggered from the windows form app side.
Thanks In Advance!!!..
Continue reading...
After a click handler invoked in the windows form app, I want to pass the updated data value back to the web application from the windows form app.
The approach I am thinking of is creating a custom Event handlers and delegates which would get invoked (say after clicking a link and running windows form app), which would capture the data and pass to windows form app, which will be displayed there.
For sending data from windows form to a web application, can be done by say calling a WebAPI and then passing it to the web action method.
Any approaches or suggestions or helpful links in achieving the above i.e. running an installer from any web browser, passing data from web application to windows form app, and then alerting the web application when an action is triggered from the windows form app side.
Thanks In Advance!!!..
Continue reading...