In my program,I have to input multiline string to the textbox when initializing the form.But I don't know how to input "Enter" to start newline.Is there any escape-character to do this?Would anyone help me?
Use "\r\n" for carriage return/line feed.
Thank you,Owen,I got it.