COP4226, Assignment 6

Due Monday, 10/3 (late 10/4 at 6 AM)

Avoid long methods. Each method that you create should be short, to promote encapsulation. If you have a method that is longer than 25 lines, then it probably needs to be divided into smaller methods.

Multi-SDI Application

This application will be an example of a Multiple - Single Document Interface (Multi-SDI) application. It will create a better notepad that can open multiple windows.

Implement encapsulation. Separate the view from the document.

Application Context

Use the Visual Basic application context.

Main Application

The main application will handle editing of the document. Just handle plain text. Do not do anything special for rich text.