-
Hello all,
I've got some VB3 source file in .bas and .frm format. However, they are not plain text file like in VB5. Is there a way to read these files?
All I've got is VB5 and VB6. Hopefully, I don't have to hunt down a copy of VB3...
Thanx in advance.
-
open the project up in VB5 anyway and click through all the errors. Then go to each included file in your project and do a "Save 'formname' as" or a "Save 'modulename' as". The resulting common dialog should have a check box to allow you to save it as "text".
-
sorry about that...i don't believe VB5 allows for that as VB4 did.