How can I get bitmap from .resources (not .resx) file.
- by er-v
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.