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
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.
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.
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
iCode, great first tut, it shows how fast you are learning to code

5 posts
Page 1 of 1
Copyright Information
Copyright © Codenstuff.com 2020 - 2023