Visual Basic .NET - How To Video Tutorials by Joe Bolen.
Watch how to write simple text editor program in Visual Basic .NET.
Okay, I have now written my grand novel in my textbox, I want to save it. To do this we will add the SaveFileDialog component to our Windows MainForm form and code its properties to determine where the file will be saved. Then, using a Try/Catch/End Try block of code, we will write our textbox's data to the file.