Execute methods in windows app from embedded html page?

HI all,

Can someone please point me in the right direction. I would like to develop an asp.net web form that could execute functions in the hosting windows application.  Is there a name for the technology behind this communication

For example, the windows application is similar to a web browser with no features.  Just a way to load the asp.net webpages on my computer.  Then i would like make calls to functions within that windows app from the web page.

Thanks!
Gregg


Answer this question

Execute methods in windows app from embedded html page?

  • Trance

    Do you need to make these calls to the App in the ASP.NET server page processing, or from the outputted "client" HTML which gets displayed in the App
  • Execute methods in windows app from embedded html page?