Home >> Products >> How to export DLL/EXE resource

How to export DLL/EXE resource

To export or extract the resource of a DLL/EXE, please launch your Visual Studio. And use menu File > Open > File...
Visual Studio Open

Then open the target DLL/EXE file.
Visual Studio Open DLL

Then use menu File > Save Target.dll As....
Visual Studio Save As

And select "Save as type" as "32-bit Resource File(*.res)"
Visual Studio Save As Resource

Then you just need to add the saved res file into your Visual Studio project.

How to edit the resource in your project

To edit the res file in your project, you can right click on the res file, and the click "Open With...".
Edit Resource

Just use the default option, and click "OK".
Edit Resource