Visual layout
See forms and supported standard or nonstandard controls in context instead of reconstructing positions from a text dump.

VB5/6 interface recovery
A useful VB5/6 recovery is more than code. Reconstruct the visual form, inspect control properties and event bindings, then view or export images, icons, and other resources needed to rebuild the interface.
See forms and supported standard or nonstandard controls in context instead of reconstructing positions from a text dump.
Recover captions, dimensions, visibility, enabled state, and other stored properties available in the compiled project.
Move from a visual control's event to the corresponding procedure and connect interface actions with behavior.
View embedded graphics and export supported resources to disk. The image-viewer plugin is also available with source code.

| Task | Lite | Notes |
|---|---|---|
| Decompile the visual part of VB5/6 forms | Included | Useful for checking whether the interface is recoverable. |
| Inspect P-Code or Native Code behind events | Disassembly | High-level code decompilation is not included in Lite. |
| Rebuild a complete compilable project automatically | No | Recovered material must be reviewed and integrated into a new project. |

The free Lite edition decompiles the visual part of VB5/6 forms. Use your own legally obtained binary to see what interface structure is available.