gurnec / HashCheck

HashCheck Shell Extension for Windows with added SHA2, SHA3, and multithreading; originally from code.kliu.org
Other
1.76k stars 194 forks source link

Add support for Progress in TaskbarItem #41

Open Schweinepriester opened 6 years ago

Schweinepriester commented 6 years ago

Feature request:

I think it would be helpful to show the progress when checking files in the TaskbarItem, as many/large files can take their time.

https://msdn.microsoft.com/en-us/library/system.windows.shell.taskbariteminfo.progressstate(v=vs.110).aspx is the reference I believe.

Just in case its not clear, here a screenshot - basically just like Chrome, which shows download progress there:

image

Thanks for developing this useful tool further :)