Results 1 to 3 of 3

Thread: [RESOLVED] One Solution, two projects, how do they communicate?

  1. #1

    Thread Starter
    Frenzied Member dinosaur_uk's Avatar
    Join Date
    Sep 2004
    Location
    Jurassic Park
    Posts
    1,098

    Resolved [RESOLVED] One Solution, two projects, how do they communicate?

    Hi there,

    I have one Solutions, and have added another project to the solution. How can i get the program in the second project to become a MDI Child form in the first project?

    can this even be done?
    If you find my thread helpful, please remember to rate me

  2. #2
    type Woss is new Grumpy; wossname's Avatar
    Join Date
    Aug 2002
    Location
    #!/bin/bash
    Posts
    5,682

    Re: One Solution, two projects, how do they communicate?

    You want a whole program to run inside an MDI parent form?

  3. #3

    Thread Starter
    Frenzied Member dinosaur_uk's Avatar
    Join Date
    Sep 2004
    Location
    Jurassic Park
    Posts
    1,098

    Re: One Solution, two projects, how do they communicate?

    Solved it ...

    i made a class library dll file from project two, added the reference to the first one, then just created a new instance of it and made it a child form...

    cool !
    If you find my thread helpful, please remember to rate me

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