问题
This page explains how to make a Mac application to handle custom URL schemes. How can I do the same thing with PC?
回答1:
To register an application as a URL Protocol Handler, you simply create registry entries telling windows what you want to do.
http://msdn.microsoft.com/en-us/library/aa767914.aspx
回答2:
DO you want to write a pluggable protocol handler for Windows Shell and Internet Explorer? If so, check out documentation for URLMon.
来源:https://stackoverflow.com/questions/5287879/url-schemes-protocol-handler-programming-for-windows