Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Windows 8 - Fancy Progress Bars API?

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.

EDIT

My answer below now includes a WPF implementation that I wrote that you may use in your own projects :)

Screenshot of a Windows 8 file operation dialog with the fancy progress bars

like image 366
Ian Avatar asked Apr 02 '12 13:04

Ian


1 Answers

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.

like image 189
Ian Avatar answered Oct 07 '22 03:10

Ian