How to make WebKit or IE call your application (.NET) from HTML page opened in browser?
- by Ole Jak
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?