Text Editor in Visual Basic
Introduction:
This tutorial is on how to create a basic text editor in Visual Basic.
Design:
The design for this program is;
Button, button1, Save the document.
Button, button2, Open a document.
Textbox, textbox1, Contain the document text.
Imports:
The only thing we need to import is System.IO which allows us to access files from the computers FileSystem...