0

We have a requirement of calling windows applications button click event from web application.The scenario is, currently we are launching our web site from windows application. In web application there is link. When we click on the link we must call our parent windows applications button click event. I want to confirm whether it is possible in to accomplish such requirement.

Please answer ASAP. Thanks in advance.

1 Answer 1

1

You may host wcf-service into your win application. After web-click you sending request to wcf-service and wcf-service doing work in context win application.

Sign up to request clarification or add additional context in comments.

2 Comments

Thanks for quick response. But i don't get you actually. can you please elaborate it more?
msdn.microsoft.com/en-us/library/ms731758.aspx You create host in managed win application. The service listen some URI and wait request. After request win application doing work that you need. You can send request from IIS when click event raise aspx-page.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.