Hello,
I'm a new programmer. I've written what is for me a large application, and I did it in three different projects. Now I want to make them all into one solution and have the ability to access one project's controls from another project -- both part of the same shared solution. How do I do that?
I have tried File--Add Reference. And File--Add Existing Item. If I do Add existing item, what file of the many for a given project do I pick? Once I have added them, what's the syntax for accessing controls? Is it something like (from within project1).......project2.controls.button2 ??????
Thanks for any help you can offer.
Best Regards,
Mark
I'm a new programmer. I've written what is for me a large application, and I did it in three different projects. Now I want to make them all into one solution and have the ability to access one project's controls from another project -- both part of the same shared solution. How do I do that?
I have tried File--Add Reference. And File--Add Existing Item. If I do Add existing item, what file of the many for a given project do I pick? Once I have added them, what's the syntax for accessing controls? Is it something like (from within project1).......project2.controls.button2 ??????
Thanks for any help you can offer.
Best Regards,
Mark