Windows 7 任务栏中的 .NET 进度条
如何让我的 winforms 应用程序在 Windows 7 任务栏图标中显示进度条?
例如:带有下载功能的 Chrome。
谢谢!!
迭戈
How can I make my winforms app to show its progress bar in the icon of the taskbar on windows 7?
e.g: chrome with downloads.
Thanks!!
Diego
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
您必须下载适用于.NET的Windows API代码包并使用这些组件与Windows 7交互(假设您没有使用 .NET 4.0)。
如果您使用 .NET 4.0,则应包含 System.Windows .Shell 命名空间来访问 Windows 7 任务栏功能。
You have to download the Windows API Code Pack for .NET and use those components to interact with Windows 7 (assuming you're not using .NET 4.0).
If you are using .NET 4.0, you should include the System.Windows.Shell namespace to gain access to the Windows 7 task bar features.
在 WPF4 中你有
In WPF4 you have
您可以使用Windows® API 代码包。演示代码位于 Windows 7 任务栏动态覆盖图标和进度条
You can use Windows® API Code Pack. Demo code is available at Windows 7 Taskbar Dynamic Overlay Icons and Progress Bars