如何在 Windows 系统上创建自己的名字(URL 协议)?
如何在 Windows 系统上创建自己的自定义名称(或 URL 协议)?
示例:
- http:
- mailto:
- 服务:
How do you create your own custom moniker (or URL Protocol) on Windows systems?
Examples:
- http:
- mailto:
- service:
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
下面是一些旧的 Delphi 代码,我们使用它来获取 Web 应用程序中的快捷方式,以便为用户在本地启动 Windows 程序。
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.
查看创建和使用 URL Monikers 、关于异步可插拔协议和将应用程序注册到 URL 协议(来自 MSDN)
Take a look at Creating and Using URL Monikers , About Asynchronous Pluggable Protocols and Registering an Application to a URL Protocol from MSDN
Craig Brockschmidt 的 Inside OLE 可能对名字有最好的报道。 如果您想更深入地研究这个主题,我建议您阅读这本书。 它也包含在随 VS 6.0 一起提供的 MSDN 磁盘中,以防万一您还拥有该磁盘。
Inside OLE from Craig Brockschmidt probably has the best coverage on monikers. If you want to dig a little deeper into this topic, I'd recommend getting this book. It is also contained on the MSDN disk that came along with VS 6.0, in case you still have that.