Basic Notepad in Visual Basic .NET
Introduction:
This tutorial is on how to make a simple Notepad text editor in Visual Basic .NET.
Controls:
The controls we will need are;
Button, button1, Save File
Button, button2, Open File
Textbox, textbox1, File Contents
Imports:
Before we begin, you need to import System.IO to allow our program to read and write to/from files.