R
Roy Chastain
I have an application that needs to have a .gif or a .bmp located within it (resource type thing for unmanaged code). I would like to be
able to retrieve that image into an Image object within the running program.
How do I add an image to an assembly created with C#?
How do I go about loading that image into an Image object at run time.
Thanks
able to retrieve that image into an Image object within the running program.
How do I add an image to an assembly created with C#?
How do I go about loading that image into an Image object at run time.
Thanks