Results 1 to 2 of 2

Thread: How to duplicate a project?

  1. #1

    Thread Starter
    Member
    Join Date
    Jun 2000
    Location
    Hong Kong
    Posts
    62

    Question

    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!
    Please Visit My WebCam!!
    http://www.hmcheung.com

  2. #2
    Former Admin/Moderator MartinLiss's Avatar
    Join Date
    Sep 1999
    Location
    San Jose, CA
    Posts
    33,431
    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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width