Task bar progress

2019-07-15 10:42发布

问题:

I've notice that some programs when they load, the icon in the task bar shows the progress, at least for windows 7. I wonder how to use that ability.

Like show in the image below:

回答1:

You need SetProgressState and SetProgressValue from the ITaskbarList3 interface.

From Java you could try BridJ.