CRCDropper 3.2
Published
This new version of CRCDropper came about because I wanted to play with some of the things that Windows 7 can do - specifically, displaying progress in the taskbar.
It actually turned out to be really easy: first, make sure the taskbar
button exists, then use the
ITaskbarList3::SetProgressValue
function to set the range and amount completed in one step. When the
process has finished, the taskbar button can be set back to normal using
ITaskbarList3::SetProgressState with TBPF_NOPROGRESS
. I like it when things
are this simple.
I've also spent some time cleaning up the progress bars on the dialog, since they didn't seem to be working very consistently. The updated version is available from the downloads page.