I am trying to retrieve an image from an Embedded resource, and displaying it in its RAW DATA format (ie-> junk text data).
Basically, I am running into a wall with everything I attempt. Can someone show me how to do this properly? Thanks.
|
|
I am trying to retrieve an image from an Embedded resource, and displaying it in its RAW DATA format (ie-> junk text data). Basically, I am running into a wall with everything I attempt. Can someone show me how to do this properly? Thanks.
|
|||
|
|
|
|
You can use the following msdn ref
That will give you a Stream which you can then use code cite to convert to a byte array which is pretty much the raw data.
|
||
|
|