|
Here is a simple, complete source for creating MDI child windows. To build, reference System, System.Drawing, and System.Windows.Forms. using System; using System.Windows.Forms; namespace Application1 { class Program { static void Main( string[] args...
|