ResEdit is a resource editor for Windows programs. There are multiple ways to use it:
Software developers : Create you resource script (.rc) with dialogs, menu and then export it as an executable with ResEdit or use the generated script with your usual compiler.
Software translator : Open exe or dll file and directly translate the strings in dialogs, menu and string tables.
Other usages : Extract icons, bitmaps or any resource from 32-bit and 64-bit executables.
Features
- Importing rc files generated by Microsoft Visual Studio resource editor.
- Supported formats : Resource Script (rc), Compiled Resource Script (res), Win32 Portable Executable (exe, dll).
- Format conversion in command-line mode.
- Advanced Dialog editor. All existing kind of Win32 controls are supported (Static text, Buttons, Edit controls, Pictures, ...).
- A basic picture editor to open and modify bitmaps, icons and cursors
- Possibility to include all sort of resources.
- Generation of C++ code for the Dialogs (code with CreateWindowEx) and Menus (CreateMenu, CreatePopupMenu...). However it is not possible to import C++ sources files.
- Unlimited Undo/Redo buffers
- Customizable layout : you can drag and drop panels to place it wherever you want.