Link to home
Start Free TrialLog in
Avatar of riceman0
riceman0

asked on

Accessing resource images


Hi, I am just starting out in C#, and am having trouble accessing my image resources.  I double-clicked on the project properties, which brought up the project designer, then clicked the Resources tab.  I added a few images.  Back in VB.NET, I could then access them directly using the My.Resources object; i.e., my resources became objects within that object, it was slick.  Is there an equivalent way to directly access my resources in C#?

Thanks in advance!
ASKER CERTIFIED SOLUTION
Avatar of e1v
e1v

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial