ADO DOT NET
Centurion
- Joined
- Dec 20, 2006
- Messages
- 160
Hi,
I want to import a local resource (image file) to my project and use it via code.
I know this way I can load image from file:
System.Drawing.Image.FromFile("d:\Image2.png")
but don't know how to obtain it from resource?
thanks.
I want to import a local resource (image file) to my project and use it via code.
I know this way I can load image from file:
System.Drawing.Image.FromFile("d:\Image2.png")
but don't know how to obtain it from resource?
thanks.