How do you create your own moniker (URL Protocol) on Windows systems?
问题 How do you create your own custom moniker (or URL Protocol) on Windows systems? Examples: http: mailto: service: 回答1: Take a look at Creating and Using URL Monikers , About Asynchronous Pluggable Protocols and Registering an Application to a URL Protocol from MSDN 回答2: Here's some old Delphi code we used as a way to get shortcuts in a web application to start a windows program locally for the user. procedure InstallIntoRegistry; var Reg: TRegistry; begin Reg := TRegistry.Create; try Reg