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
Syed Arbab Ahmed
NA
104
0
In a MDI program how to open an exe file in a child?
Jul 24 2009 4:54 PM
In a MDI program how to open an exe file in a child? I have made a program which is of MDI, but I want to open exe file in a child rather than child form or MDIParent. As in my coding in program.cs I have written Application.Run(new MDIParent1()); // to open Parent form Or I have written Application.Run(new form()); // to open a form But as I said I want exe file to open whenever I click new on MDIPARENT form, How can I do it? Novice in programming.
Reply
Answers (
0
)
C# Passing Related Tables Foreign Keys
Transfer a text of textbox to another form