Notepad Editor System in VB.Net
The idea is to build a program used to edit plain text files.
Abstract:
Text editors can be used to configure files and programming language source code. A GUI based application is always preferred over a CUI based one since we have to click with the help of mouse on the icons of ready made commands instead of typing.
Notepad is the most common text editor, but even it has certain disadvantages. The aim of the project is to overcome the disadvantages. Like, it should also allow users to open multiple windows in the same application. User's should be able to create and edit simple text documents with complex formatting, change colors, use bulleted text, etc.
Use of shortcut commands and toolbars should also be provided.
Requirements:
Abstract:
Text editors can be used to configure files and programming language source code. A GUI based application is always preferred over a CUI based one since we have to click with the help of mouse on the icons of ready made commands instead of typing.
Notepad is the most common text editor, but even it has certain disadvantages. The aim of the project is to overcome the disadvantages. Like, it should also allow users to open multiple windows in the same application. User's should be able to create and edit simple text documents with complex formatting, change colors, use bulleted text, etc.
Use of shortcut commands and toolbars should also be provided.
Requirements:
- VB.Net
- Operating System
0