How to make WebKit or IE call your application (.NET) from HTML page opened in browser?

Posted by Ole Jak on Stack Overflow See other posts from Stack Overflow or by Ole Jak
Published on 2010-03-12T00:48:19Z Indexed on 2010/03/12 0:57 UTC
Read the original article Hit count: 221

Filed under:
|
|

I have a .NET application running on windows. I want clicking on some page element (button link flash app etc) to lunch my app with some special parameters. (It should run not just in IE but on WebKit based windows browsers too) During App install we suppose that user is Admin and is running Vista or Windows 7 or Later.

So my question is - Where to get examples of such interaction (WITH source of course)?

So how to make WebKit based Browser or IE call your .Net application?

© Stack Overflow or respective owner

Related posts about webkit

Related posts about .NET