Windows 7
With the new operation system from Microsoft, we have the ability to access new features in the taskbar.
One of them is to have a progressbar and a few display states.
This example demonstrates the use of the progress bar.
With the new operation system from Microsoft, we have the ability to access new features in the taskbar.
One of them is to have a progressbar and a few display states.
This example demonstrates the use of the progress bar.
This is great, thanks for sharing the code. Instead of using GetVersion() to set dwMajor and dwMinor, I’m using CheckWin32Version(6, 1) to detect if it is running Windows 7 or higher.