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
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About Child Form
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Manish Tewatia (3)
Vidya Vrat Agarwal (1)
G Gnana Arun Ganesh (1)
theLizard (1)
Kirtan Patel (1)
Related resources for Child Form
No resource found
Building MDI WinForms Application using C#
8/8/2013 2:34:55 AM.
The Multiple-Document Interface (MDI) is a specification that defines a user interface for applications that enable the user to work with more than one document at the same time under one parent form (window).
Developing MDI Applications in C#
5/19/2012 4:55:36 AM.
In this article, I'll explain how to write MDI applications using C# and Windows Forms.
Marshal Operations Between Child Forms in an MDI Application
5/15/2012 3:07:04 PM.
This article is designed to give you a simple understanding of how to marshal operations between child forms in an MDI application.
Creating an MDI Child Form in C#
5/15/2012 2:42:51 PM.
This article demonstrates how to create a child Form in a Windows Forms application using C#.
How to Arrange the Display of Multiple MDI Child Forms in C#
5/15/2012 2:39:52 PM.
In this article you learn how to use LayoutMdi method with MdiLayout enumeration for the Mdi Parent Form.
How to Prevent Multiple Instances of Child Form in MDI Windows Form Application
5/15/2012 2:00:55 PM.
This article shows you how to prevent multiple instances of child form in MDI windows Form application.
Working With Active MDI Child Form Controls
7/13/2010 4:26:42 AM.
In this Article You can learn How to determine a Active MDI Child form and Working with its controls.