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?
基础教程推荐
- 我应该在后面的代码中直接使用 Linq To SQL 还是使 2022-01-01
- 如何使用 .Net 检查 Active Directory 服务器是否已启动并正在运行? 2022-01-01
- .NET SerialPort DataReceived 事件未触发 2022-01-01
- 禁止输入少量字符,例如'<'、'&a 2022-01-01
- C# 从 List<List<int>> 中删除重 2022-01-01
- 当值可以是对象或空数组时反序列化 JSON 2022-01-01
- WPF 模态进度窗口 2022-01-01
- Moq It.Is<>不匹配 2022-01-01
- 如果有人提交恶意软件Nuget包怎么办? 2022-01-01
- Azure Functions:CosmosDBTrigger 未在 Visual Studio 中触发 2022-01-01
