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


I have opened the assembly with reflection and some Resource files are saved on my hard drive. There is some bitmap, I can save them from how saved. Resource File? I want to save them as code (.bmp) files as code or some programs.

You can try to save and save resources as a .resx file - then it's a visual Open in the studio.


Comments