Windows 8 - Fancy Progress Bars API?(Windows 8 - 花式进度条 API?)
问题描述
有谁知道 Windows 8 用于其文件传输进度的新花式"文件传输进度条是否可通过某些 API(最好是 C#)获得?我可以在我们的应用程序中想到一些有用的地方,但似乎无法确定它是可消耗的还是仅在 Windows 内部可用.
Does anyone know if the new 'fancy' file transfer progress bar that Windows 8 uses for its file transfer progress is available via some API (preferably C#)? I could think of some useful places for it in our application but can't seem to find out if it's consumable or internally available only to Windows.
编辑
我下面的答案现在包括我编写的 WPF 实现,您可以在自己的项目中使用它:)
My answer below now includes a WPF implementation that I wrote that you may use in your own projects :)
推荐答案
对于所有感兴趣的人,我已经实现了这个进度条的 WPF 版本,可以从我的博客 这里(链接所以我只有一个地方可以保持有效的活动链接).我认为这比等待仅在 Windows 8 上可用或根本不可用的东西要好.我希望你觉得它有用.
For all those interested, I have implemented a WPF version of this progress bar avaliable from my blog here (linking so I've only 1 place to keep a valid active link). I decided it was better than waiting for something available only on Windows 8 or not available at all. I hope you find it useful.
这篇关于Windows 8 - 花式进度条 API?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:Windows 8 - 花式进度条 API?


- 如何用自己压缩一个 IEnumerable 2022-01-01
- WebMatrix WebSecurity PasswordSalt 2022-01-01
- Web Api 中的 Swagger .netcore 3.1,使用 swagger UI 设置日期时间格式 2022-01-01
- 在哪里可以找到使用中的C#/XML文档注释的好例子? 2022-01-01
- 带有服务/守护程序应用程序的 Microsoft Graph CSharp SDK 和 OneDrive for Business - 配额方面返回 null 2022-01-01
- C#MongoDB使用Builders查找派生对象 2022-09-04
- 输入按键事件处理程序 2022-01-01
- 良好实践:如何重用 .csproj 和 .sln 文件来为 CI 创建 2022-01-01
- C# 中多线程网络服务器的模式 2022-01-01
- MoreLinq maxBy vs LINQ max + where 2022-01-01