notepad
Posted: Sun Nov 20, 2011 5:20 pm
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.