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.