Summarizing the Code

You have now completed coding the multiple document text editor application. The following sections summarize the code for the two forms that make up the application.

The Parent Form

Listing 15.1 contains all the code for the parent form, frmParent.

Listing 15.1. MDIDEMO.ZIP—Code for the Parent Form
 Imports System.IO Public Class frmParent Inherits System.Windows.Forms.Form #Region " Windows Form Designer generated code " Public Sub New() MyBase.New() 'This call is required by the Windows Form Designer. InitializeComponent() 'Add any initialization after the InitializeComponent() call NewChild() End Sub 'Form overrides dispose to clean up the component list. Protected Overloads Overrides Sub Dispose(ByVal disposing As ...

Get Special Edition Using Microsoft® Visual Basic® .NET now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.