With VB6 how do I organize projects. Is their a collect that will pull together all the forms and modules for a project? When I want to transfer one project to another computer if find it difficult.
Printable View
With VB6 how do I organize projects. Is their a collect that will pull together all the forms and modules for a project? When I want to transfer one project to another computer if find it difficult.
use source safe, or if u havnt got a network setup then you can edit the vbp file if you open it in wordpad/notepad and that lists the paths for all your forms and modules etc, you can change the path names to where you have the files on the new PC