Hello,
I have a richtextbox which I write lines of data to. However, everytime a new line is written to the richtextbox it overwrites the last line of data so therefore after the progam runs only the last line of data is displayed in the richtextbox. I need the lines to be displayed in a list but I don't know what code I can use to make sure the cursor moves to a new line before writting the data to the richtextbox.
I appreciate any help I can get with this problem.
Thanks in advance,
SubProf