hello all!
i'm having troubles to find out how to make the program to write in a new line
in a textbox...
I am using a textbox which is only for output and I need sometimes to print
things in a new line above the previous stuff...
let's say we have a textbox named txtText...if I want to print something in it
I should type
txtText.Text = "example"
what should I add to this code to force it to the next line?
Thanks!