Windows 7 任务栏:捕获缩略图
是否可以从 Win7 任务栏捕获“实时”缩略图?我想在我的应用程序中显示(另一个窗口的)预览,但如何使用 .NET 提取这些预览?
Is it possible to capture the 'live' thumbnails from the Win7 taskbar? I want to display this preview (of another window) in my application, but how to extract those previews using .NET?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
是的。
MSDN 杂志说明了操作方法。
您还可以使用 Windows API 代码包,它会为您处理互操作。
Yes.
MSDN Magazine explains how.
You can also use the Windows API Code Pack, which handles the interop for you.
.NET 4 中有一个 System.Windows.Shell 命名空间,可让您捕获缩略图等。请参阅 链接
There's a
System.Windows.Shell
namespace in .NET 4 that enables you capture thumbnails, etc. See Link