Skip to content

you can handle Taskbar for your application:

cs
TaskbarHelper.SetProgressState(windowHandle, TaskbarStates.Error);

TaskbarHelper.SetProgressValue(windowHandle, 56, 100);

TaskbarError

TaskbarValue

Demo

you can run demo and see this feature.

Released under the MIT License.