[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?
Re: One Solution, two projects, how do they communicate?
You want a whole program to run inside an MDI parent form?
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 !