notepad

Heres your chance to share your own tutorials with the community. Just post them on here. If your lucky they may even be posted on the main site.
5 posts Page 1 of 1
Contributors
User avatar
iCode
New Member
New Member
Posts: 12
Joined: Sun Nov 20, 2011 5:04 pm

notepad
iCode
you need 5 buttons and 1 richtextbox

name buttons:

Cut, Copy, Paste, Select all, clear

put codes:

cut, richtextbox1.cut()
copy, richtextbox1.copy()
paste, richctextbox1.paste()
selectall, richtextbox1.SelectAll()
clear, richtextbox1.clear()

Thank you
make sure if you use textbox to make it multiline. all credits go to EnviromentNerd at youtube.
User avatar
Coolblade
VIP - Site Partner
VIP - Site Partner
Posts: 126
Joined: Mon Oct 24, 2011 7:04 pm

Re: notepad
Coolblade
Thanks I knew but you are new
http://www.codingpalace.tk/
User avatar
mandai
Coding God
Coding God
Posts: 2585
Joined: Mon Apr 26, 2010 6:51 pm

Re: notepad
mandai
What do you mean by that?
User avatar
Coolblade
VIP - Site Partner
VIP - Site Partner
Posts: 126
Joined: Mon Oct 24, 2011 7:04 pm

Re: notepad
Coolblade
I knew how to make it but good for first post
http://www.codingpalace.tk/
User avatar
comathi
Coding God
Coding God
Posts: 1242
Joined: Fri Mar 26, 2010 1:59 pm

Re: notepad
comathi
Coolblade, if you knew how to make it, then you did not need to comment. Not everyone is at the same level of coding here, and what might be known and mastered by some, can be a heck of a lot difficult to others. Please try to ommit posting useless comments.

iCode, great first tut, it shows how fast you are learning to code :D
5 posts Page 1 of 1
Return to “Tutorials”