如何在Win7中创建自定义任务栏缩略图?
如何在 C# 中使用 DwmSetIconicThumbnail 来设置应用程序任务栏缩略图?
How do I use DwmSetIconicThumbnail in c# to set an applications taskbar tumbnail?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
最常见的方法是使用 Windows API 代码包。我不建议尝试自己 P/调用它。
The most common approach is to use the Windows API Code Pack. I wouldn't recommend trying to P/invoke this yourself.
在 C# 中使用 dwm 的任何托管包装器库,或者通过 C# 互操作自行使用它
Use any of the managed wrapper libraries for dwm in C#, or use it by yourself using C# interop