Making an animated taskbar app
Posted
by CasperT
on Stack Overflow
See other posts from Stack Overflow
or by CasperT
Published on 2010-04-06T16:10:01Z
Indexed on
2010/04/06
16:13 UTC
Read the original article
Hit count: 331
c#
|windows-xp
Hi.
I have a HP notebook (running XP). I have seen on IBM computers, that they have a power-meter (it looks like a bar). It displays percentage of power left in battery. It is displayed in the taskbar. Not in the systemtray. Either on the left side or the right side of the potential language toolbar.
The application is animated, since the percentage of power (0-100%) chances. It fills up the bar with a green color according to the percentage. So half would be colored green if the power is down to 50%.
Now, since it is an IBM application for IBM notebooks, I want/need to make a copy of it.
My real question is though, how do I make an animated taskbar application?
© Stack Overflow or respective owner