-
Pingu2k9 uploaded 1 year ago
Visual Basic: Find and Replace Functions.avi
I made this video because I couldn't find anything that would help on here.
With using the built in find function with the origional richtextbox I...
I made this video because I couldn't find anything that would help on here.
With using the built in find function with the origional richtextbox I...
Visual C# Notepad Part 1
In this video i show you how to create a notepad in Visual C#.
In this part i show you how to make the form and then some of the codes.
To watch ...
7,348 views
Pingu2k9 said:
UPDATE:
To open and save files as text documents use:
this.richTextBox1.LoadFile(File to open, RichTextBoxStreamType.PlainText);
this.richTextBox1.SaveFile(File to create, RichTextBoxStreamType.PlainText)