0
Reply

Calling a form from class

Milind S

Milind S

Jun 27 2012 11:15 AM
987
Hello,

I have created a solution and added an application project to it which has an MDI form viz MDIForm1. I added another class project to the solutionn. I added a windows form viz Form1 into the class project. If I want to show Form1 from class project into application project as MDI child form how can that be done ?

I want to have my application modules build into different DLLs. e.g. All data entry forms will be in one DLL, all report forms will be in another dll, all master maintenance forms in another dll etc. I will add reference to all the DLLs in my application project and on the basis of the menu selection I will show the associated forms from dll. Here I am not interested in creating and application for every module first and then converting it into dll by changing project type.

Pls suggest the best and simple way to achieve this

Thanks & Regards,

Milind S