-
Senior Member
- Rep Power
- 8
Microsoft Visual Basic 08/10 Tutorial | Notepad

Hello.
Today Showing You How To Create Notepad.
That's What will you have.

------------------------------
-Undo Button
-Cut Button
-Copy Button
-Paste Button
-Select All Button
-New Button
-Richtextbox
------------------------------
-Undo Button
Code:
RichTextBox1.Undo()
------------------------------
-Cut Button
------------------------------
-Copy Button
Code:
RichTextBox1.Copy()
------------------------------
-Paste Button
Code:
RichTextBox1.Paste()
------------------------------
-Select All Button
Code:
RichTextBox1.SelectAll()
------------------------------
-New Button
Code:
RichTextBox1.Text = ""
------------------------------
That's all.
Easy And Simple.
Thanks 
Hope You Learned
Last edited by Karizan; 04-21-2013 at 06:06 PM.
Reason: Forgot New Button :O
The Best VPN!
VVV Click Below VVV

Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks