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?
基础教程推荐
- 从 VS 2017 .NET Core 项目的发布目录中排除文件 2022-01-01
- 是否可以在 asp classic 和 asp.net 之间共享会话状态 2022-01-01
- 将事件 TextChanged 分配给表单中的所有文本框 2022-01-01
- 全局 ASAX - 获取服务器名称 2022-01-01
- 首先创建代码,多对多,关联表中的附加字段 2022-01-01
- 在 VS2010 中的 Post Build 事件中将 bin 文件复制到物 2022-01-01
- 如何动态获取文本框中datagridview列的总和 2022-01-01
- 经典 Asp 中的 ResolveUrl/Url.Content 等效项 2022-01-01
- 错误“此流不支持搜索操作"在 C# 中 2022-01-01
- JSON.NET 中基于属性的类型解析 2022-01-01
