TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Milind S
NA
5
0
Calling a form from class
Jun 27 2012 11:15 AM
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
Reply
Answers (
0
)
how to create a shortcut using vb.net using csharp
Difference Between the System.Array.CopyTo() and System.Array.Clone()