C#:如何获取某个文件的图标?
如果我有某个文件的路径,是否可以获取 Windows 在 Windows 资源管理器中为该文件显示的图标?
If I have the path to a file, is there a way I can get the icon that windows would have displayed for that file in Windows Explorer?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
首先,图像有多种尺寸,其中一些尺寸比其他尺寸更容易获得。如果您想要“正常”尺寸(我相信是 32x32)并且可以使用 WPF(参考PresentationCore),这是一个很好的方法:
First of all, there are multiple sizes of images, some of which are easier to get than others. If you want the "normal" size one (I believe 32x32) and can use WPF (referencing PresentationCore), this is a great way to do it: