I've notice that some programs when they load, the icon in th开发者_开发问答e task bar shows the progress, at least for windows 7. I wonder how to use that ability.
Like show in the image below:
You need SetProgressState and SetProgressValue from the ITaskbarList3 interface.
From Java you could try BridJ.
精彩评论