Results 1 to 4 of 4

Thread: Reference another form from another project? **RESOLVED

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    May 2002
    Posts
    142

    Reference another form from another project? **RESOLVED

    Although this seems trivial, I have yet to figure it out.
    1)I have a project (project "A" ) made.

    2) I have a added project B (project "B" ) to the original(project "A" ) solution.

    I have added two projects together in a solution and want to access a form from Project "B".

    How do I do this?

    I would actually like it if they were all one project, but I am not sure how to do this, either. In VB6 you coould just add forms, but it seems more complicated in VB.net.

    Thanks,
    Bebandit
    Last edited by bebandit; Oct 3rd, 2003 at 11:21 AM.

  2. #2
    Lively Member
    Join Date
    Sep 2003
    Location
    Chicago, IL
    Posts
    64
    Try adding a reference to project B in project A and that should do it.
    Mike Stammer

  3. #3
    Your Ad Here! Edneeis's Avatar
    Join Date
    Feb 2000
    Location
    Moreno Valley, CA (SoCal)
    Posts
    7,339
    If both projects are EXE projects then you can't reference them.

    You can just add the other projects items to the same project (if you want them as one project) via the 'Add Existing Item' option in the menu.

  4. #4

    Thread Starter
    Addicted Member
    Join Date
    May 2002
    Posts
    142

    OK I got it...

    Thanks guys..............

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