Walkthrough: Creating an MDI WinForms App
Tags:
VB
, WinForms
, 2003
, BCL
, Beginning
Multiple Document Interface applications allow you to open multiple windows in the same workspace. This video demonstrates how to create an MDI form, how to open child forms, how to use the Menu Designer, how to use the OpenFileDialog control, and how to open text files using the System.IO.StreamReader to create an application that opens multiple text files.