How can I get bitmap from .resources (not .resx) file.

Posted by er-v on Stack Overflow See other posts from Stack Overflow or by er-v
Published on 2010-05-17T08:04:54Z Indexed on 2010/05/17 8:10 UTC
Read the original article Hit count: 198

Filed under:
|
|
|

I have opened assembly with reflector and saved some .resources files to my hard drive. There is some bitmaps in there, how can I get them from saved .resources file? I'd like to save them as image (.bmp) file via code or some program.

© Stack Overflow or respective owner

Related posts about .NET

Related posts about c#