如何从Windows资源管理器继承(使用任何编程语言,借助任何工具)
如何继承Windows资源管理器(桌面,借助它我们可以探索我们的Mu计算机等目录的东西)(在任何编程语言中)?
自定义它
添加程序获取器(添加到Windows资源管理器Mac教师或排序算法或添加按钮或任何东西)
我需要什么:
- 示例
- 开源库和开源示例
- 文档(例如MSDN或类似的东西)
PS:它应该适用于Windows Vista,7
How to inherit from the windows explorer (Desktop, thing with help of which we explore our Mu computer and so on directory’s) (in any programming language)?
customize it
add program fetchers ( adding to Windows Explorer Mac teachers or sorting algorithms or adding buttons or anything )
What do I need:
- EXAMPLES
- Open Source libs and Open Source Examples
- Docs (for ex MSDN or something like this)
PS: It should work on\with Windows Vista, 7
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您所描述的是各种各样的事情,可以通过多种不同的方式来实现。这整个系列的通用标题是“shell 扩展”和 SDK 中的 Windows Shell 文档 是一个合理的起点(不是很好,但合理)。它包含许多示例。您在 MSDN 文档中找到的术语也应该成为搜索更具体示例(例如在 CodeProject 上)或在 Stack Overflow 上询问更具体问题的良好起点。
What you are describing is a wide range of things that would be implemented in a bunch of different ways. The general rubric for this whole family of stuff is "shell extensions" and the Windows Shell documentation in the SDK is a reasonable starting point (not great, but reasonable). It includes a number of samples. The terminology you find in the MSDN docs should also prove a good starting point for searching for more specific examples e.g. on CodeProject or for asking more specific questions on Stack Overflow.