How to associate custom windows forms app to particular URL, e.g. myprogram:?xt=myparams
<a href="myprogram:?xt=myparams">Open my program</a>
whenever user clicks on the links from any browser it opens up myprogram
windows app passing the parameters in querystring(?
)
Is it possible to associate windows app with a URL in browser without installing any plugins in browser?