Ghost1372

everything can be handy

TaskbarHelper

you can handle Taskbar for your application:

1
2
3
TaskbarHelper.SetProgressState(windowHandle, TaskbarStates.Error);

TaskbarHelper.SetProgressValue(windowHandle, 56, 100);

WinUICommunity

WinUICommunity

Demo

you can run demo and see this feature.

0%