MDI (Multiple-Document Interface) applications should have
a MDI Parent form which will act as the parent for all other forms in the
application. In this post we shall see on how to create a MDI Child form in a
C# Windows Application and associate it with the MDI Parent form.
First let us create the MDI Parent Form.
First let us create the MDI Parent Form.