Question How to insert multiple lines into richtextbox?

WiiFan2012

Member
Joined
Jan 15, 2010
Messages
17
Programming Experience
Beginner
I'm working on a program that inputs a text box text into a RichTextBox via a button click. But when I click a button, it over writes the text that is already in the RichTextBox. How can I prevent this?

Thanks!
 
There are several options, f.ex:
 
Back
Top