Res2Dlg by Donkey

Description

Res2Dlg is a resource extractor for RadASM that allows you to import dialogs and translate them to RadASM dlg format as well as icons, bitmaps, RCDATA files and other types. To use it copy it to your AddIns folder and enable it using the AddIn Manager. A new menu item will appear on the project menu, select it and choose an EXE, OCX, CPL or DLL file to extract resources from. You can preview and save the resources from another PE32 file or in the case of dialogs they will be added directly to the current project.

Currently supported resource types:
RT_RCDATA (no preview)
RT_DIALOG
RT_DIALOGEX
RT_BITMAP
RT_GROUP_ICON
RT_STRING
RT_CURSOR
RT_ANICURSOR (uses shell to preview)
RT_ANIICON (uses shell to preview)
RT_IMAGE - JPG and GIF images
RT_AVI (no preview)
RT_FONT (Tested on TTF only - uses shell to preview)
Resource #2110 (displayed as RT_IMAGE)

Installation

copy the dll to your AddIn folder then Enable Res2Dlg with AddIn manager

Notes

The Dialog Units to Pixels conversion is approximate, there may be some discrepancies.