Results 1 to 2 of 2

Thread: 2 Projects and a Group

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Apr 2002
    Location
    Earth
    Posts
    171

    2 Projects and a Group

    I have a VB Group Project called Group1 and in that I have 2 projects namely Project1 and project2.Can any one tell me how to call the project2 from a form of project1.

  2. #2
    PowerPoster
    Join Date
    Mar 2002
    Location
    UK
    Posts
    4,780
    The short answer is you cant, they are ran as 2 entirely different programs. If one is a dll then you can call the DLL from the other project by creating an instance of it. Otherwise you need somekind of linking, search in the forum cos theres loads of ways !

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