How to create and use resources in .NET
Posted
by Matthew Scharley
on Stack Overflow
See other posts from Stack Overflow
or by Matthew Scharley
Published on 2008-09-18T07:21:24Z
Indexed on
2010/04/28
6:03 UTC
Read the original article
Hit count: 290
How do I create a resource that I can reference and use in various parts of my program easily?
My specific problem is that I have a NotifyIcon that I want to change the icon of depending on the state of the program. A common problem, but one I've been struggling with for a long time.
© Stack Overflow or respective owner