Download presentation
Presentation is loading. Please wait.
Published byLeona Jacobs Modified over 8 years ago
1
Building a Simple Text Editor
2
Create a text editor with the following features: (1) Uses a MenuStrip with File, and Edit tabs (2) The user can create a New file, Open an Existing File, Save a file, or Save As a new File. (3) Allows the user to read and write text files using OpenFileDialog and SaveFileDialog controls. (4) The user can choose the display font using the FontDialog control. (5) The user can choose the font color using the ColorDialog control. (6) The user can choose the background color using the ColorDialog control. (7) The user is prompted if they are about to Save over an existing file. (8) The user is prompted if they are about to close the program without saving the existing file. Problem Specification
Similar presentations
© 2024 SlidePlayer.com Inc.
All rights reserved.