更换 Windows 中的资源管理器窗格?
当用户放入 CD 并自动运行时,我想“浏览”CD,但我想对磁盘内容进行一些额外的处理。如果我想用自己的 ListView 替换 Windows 资源管理器中的 ListView,我该如何开始?我应该搜索哪些术语才能了解如何执行此操作。我想要获取资源管理器提供的树视图部分以及所有 shell 交互,我只想隐藏文件名末尾的额外扩展名 (.pgp) 并显示文件的图标,就好像它们没有加密一样。
When a user puts in a CD and autoruns, I want to "browse" the CD but I want to do some extra processing of the disk contents. If I wanted to replace the ListView in windows explorer with one of my own, how would I start? What terms should I search for to find out how to do this. I want to get the treeview part that explorer provides, and all the shell interaction, I just want to hide the extra extension on the end of the file names (.pgp) and show the icons for the files as if they weren't encrypted.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为最好的选择是使用 Shell 命名空间扩展,例如 GMail Drive shell
查看此链接
再见。
I think your best option is use a Shell Namespace extension like the GMail Drive shell
see this links
Bye.