用于文件图标旁边的状态图标的 Windows shell API

发布于 2024-10-17 08:32:25 字数 229 浏览 4 评论 0原文

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

enter image description here

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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

素衣风尘叹 2024-10-24 08:32:25

正如您所说,它们有 shell 扩展,更具体地说,是图标覆盖处理程序,请参阅 MSDN< /a>.

As you said, they have shell extensions, more specifically, icon overlay handlers, see MSDN.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文