How can I make a changing numerical value for a taskbar icon in C#?

Posted by Waffles on Stack Overflow See other posts from Stack Overflow or by Waffles
Published on 2010-05-21T03:50:52Z Indexed on 2010/05/21 4:00 UTC
Read the original article Hit count: 180

Filed under:
|
|
|

I'm trying to make a program in C# that monitors the processor time of an application. I'd like to have a feature in this program where the task-bar icon is actually a number representing the processor time (like what coretemp has). How would I go about doing something like this?

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET