Windows 7 任务栏中的 .NET 进度条

发布于 2024-10-01 09:50:10 字数 101 浏览 5 评论 0原文

如何让我的 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

月依秋水 2024-10-08 09:50:10

您必须下载适用于.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.

攀登最高峰 2024-10-08 09:50:10

在 WPF4 中你有

 <Window.TaskbarItemInfo>
        <TaskbarItemInfo> </..>
 </...>

In WPF4 you have

 <Window.TaskbarItemInfo>
        <TaskbarItemInfo> </..>
 </...>
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文