Windows 8 - Fancy Progress Bars API?

后端 未结 2 1504
小蘑菇
小蘑菇 2020-12-13 06:41

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

相关标签:
2条回答
  • 2020-12-13 07:02

    Unfortunatley I wouldn't expect any Windows 8 related API support until the release or a few weeks before Windows 8 is rolled out. It might even be included within a new Visual Studio service pack some time in the near future.

    0 讨论(0)
  • 2020-12-13 07:10

    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.

    0 讨论(0)
提交回复
热议问题