楼主绘制的任务栏缩略图预览
有没有办法自己绘制任务栏缩略图预览,而不是让 Windows 为我绘制它?
我需要的是动态缩略图;例如,假设我希望缩略图与“真实”缩略图相反。有办法做到吗?
Is there a way to draw the taskbar thumbnail preview on my own, instead of letting Windows draw it for me?
What I need is a dynamic thumbnail; for example, let's say I want the thumbnail to be a reverse of the "real" thumbnail. Any way to do that?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,您可以使用此方法:
DwmSetIconicLivePreviewBitmap
。完整示例: http://msdn.microsoft.com /en-us/library/ff819048(v=vs.85).aspx
Yeah you can do with this method:
DwmSetIconicLivePreviewBitmap
.Complete example: http://msdn.microsoft.com/en-us/library/ff819048(v=vs.85).aspx