-
How can I duplicate a VB6 project and all its forms and modules in another directory for further development separately? I tried copy and paste all the files to another directory but the new project seems to have linked up with the forms in the old directory.
Thanks!
-
There are two things you can do:
1. Open the new project and do a SaveAs on each of the problem forms, directing them to the new folder.
2. Edit your .vbp file in Notepad or Word and change and entries such as frmForm=Wrong Folder\Form1.frm to Form=Form1.