URL schemes (Protocol handler) programming for Win

2019-03-04 20:07发布

问题:

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.