Possible Duplicate:
how do I create my own URL protocol? (e.g. so://…)
I was wondering if it is possible to start an application using a browser url. Just like origin(origin://), itunes(itms://), Trackmania(tmtp://) ...
I supose a registere setting needs to be changed for this. But where can I find this, and how do I get the parameters using a C# program.
Thank you, Jerodev
edit: I have been able to add an own protocol handler using the registery. The handler works with all browsers except for google chrome. Does anyone know how to enable this?