如何扩展windows资源管理器功能?
我该如何在 XP 中扩展 Windows 资源管理器的功能?
有没有什么方法可以让我创建某种“插件”,可以连接到explore.exe以添加额外的文件夹浏览功能? 我可以使用什么语言来实现这一目标?
这是我问的问题的扩展
How would I go about extending the functionality of windows explorer in XP?
Is there some way whereby I could create a "plugin" of some sorts that could hook into explore.exe to add additional folder browsing functionality? What language could I use to achieve this?
This is an expansion of a question I asked here.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
CodeProject 上有一系列很棒的教程,可能会对您有所帮助。 那里需要 C++。
There's a great series of tutorials on CodeProject which might help you. C++ is required there.
有一本 O'reilly 的老书,名为 'Visual Basic Shell 编程'对此 API 进行了一些详细的解释。 虽然从以 VB6 为中心的角度来看,API 都是通过 COM 公开的,因此可以从支持此功能的任何语言中使用它们。 本文讨论将 Windows shell 与 .Net 和构建互操作程序集的工具。
There is an old O'reilly book called 'Visual Basic Shell Programming' that explains the API's for this in some detail. While taken from a VB6-centric point of view, the API's are all exposed through COM, so they can be used from any language that supports this. This article discusses using the windows shell with .Net and a tool to build an interop assembly.