C# How do I check the a processes icon and determine which one it is using
Posted
by LordMage
on Stack Overflow
See other posts from Stack Overflow
or by LordMage
Published on 2010-03-31T16:55:20Z
Indexed on
2010/03/31
17:03 UTC
Read the original article
Hit count: 202
I have a program that needs to check the state of an icon in the system tray. The program in the system tray swaps it's icon depending on it's communication status with the server and I need to check which Icon it is using right now. I found a way to extract the current icon, but how do I check which Icon that is?
© Stack Overflow or respective owner