How can I make a 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-04T17:16:32Z
Indexed on
2010/05/04
17:18 UTC
Read the original article
Hit count: 168
I'm trying to find a way to display the current processor time of an application to the user via the taskbar when my application is minimized. For reference, I want something like what is implemented in Coretemp, where if you minimize the application, you can still see the temperature of the computer processor cores in the taskbar. Does anyone know of how this is done in C#?
© Stack Overflow or respective owner