Possible Duplicate:
URL schemes (Protocol handler) programming for Windows?
Let's say I made a program, and I want to access it from out of a webbrowser.
Let's say I have a website. In my site, I put an
<a href="myProgram://someParameter">Click here to open my program using this parameters</a>
I know this is possible because I saw other tools using it. Does this have any specific name?
My program need to "know" how to deal with this incoming parameters? What do I do?