PDA

Click to See Complete Forum and Search --> : Help: How to view VB3 source file without VB3 IDE


ronkhoo
Dec 6th, 1999, 01:14 AM
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.

rreese
Dec 7th, 1999, 02:48 AM
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".

rreese
Dec 7th, 1999, 02:53 AM
sorry about that...i don't believe VB5 allows for that as VB4 did.