Can anybody help me to change the resource file .RES contents of which project souce code is not available ?
Printable View
Can anybody help me to change the resource file .RES contents of which project souce code is not available ?
Can you create a new project, and load the .RES file into it?
Perhaps you can open it that way.
However, without the source, you can't control what resource is called in what order.
You can't. A resource file is a compiled file (in the same manner as an EXE), so you'd need a "resource hack" or "resource decompiler."