VBFormCodeFilter.exe

It's a "DOS" filter that given the contents of a VB6 .frm file strips the declarative form design and keeps just the code (logic) of the form

Download: VBFormCodeFilter_20021210

A VB6 ".frm" file is in ASCII text form. If you open a .frm file with a text editor you'll see at the top of the file a block defining the form contents followed by the form code/logic. The VB6 IDE doesn't show the form design declarations, just shows the form graphically in the form designer and the rest (the code/logic) in the form code editor

Syntax: VBFormCodeFilter [ <inputFile [ >outputFile ]]

Requirements: if you want to rebuild using the source code (Delphi), you need the "ac_strings.pas" unit source code