SlowDeepCoder
SlowDeepCoder

Reputation: 882

Task bar progress

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:

http://img717.imageshack.us/img717/9569/loadingj.jpg

Upvotes: 2

Views: 1309

Answers (1)

David Heffernan
David Heffernan

Reputation: 613322

You need SetProgressState and SetProgressValue from the ITaskbarList3 interface.

From Java you could try BridJ.

Upvotes: 2

Related Questions