用于文件图标旁边的状态图标的 Windows shell API
TortoiseSVN 和 Dropbox 都有 Windows shell 扩展,使 Windows 资源管理器中的文件图标在主图标旁边显示一个小图标,显示文件的状态 - 是否已同步等
如何使用 Windows API 让我的应用程序在文件旁边显示图标?或者有一些文件属性可以做到这一点?
TortoiseSVN and Dropbox both have Windows shell extensions that make file icons within Windows Explorer show a small icon beside the main one, showing the file's status - has it been synced, etc
How can I make my application show icons beside files like that using the Windows API? Or is there some file attribute to do that?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
正如您所说,它们有 shell 扩展,更具体地说,是图标覆盖处理程序,请参阅 MSDN< /a>.
As you said, they have shell extensions, more specifically, icon overlay handlers, see MSDN.