Media Summary: codes: Undo btn: RichTextBox1.Undo() Redo btn: RichTextBox1.Redo() Cut btn: RichTextBox1.Cut() Copy btn: RichTextBox1. codes: New btn: RichTextBox1.Clear() Me.Text = "Untitled - M.S. You need: x1 RichTextBox x1 Button The RichTextBox will be the main text box, the button will be a 'Clear' button, so set the text ...
Visual Baisc Notepad Tutorial Part - Detailed Analysis & Overview
codes: Undo btn: RichTextBox1.Undo() Redo btn: RichTextBox1.Redo() Cut btn: RichTextBox1.Cut() Copy btn: RichTextBox1. codes: New btn: RichTextBox1.Clear() Me.Text = "Untitled - M.S. You need: x1 RichTextBox x1 Button The RichTextBox will be the main text box, the button will be a 'Clear' button, so set the text ...