About TextBox

Started by aoxiangzcr, August 25, 2009, 04:03:48 AM

Previous topic - Next topic

aoxiangzcr

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?
God helps those who help themselves!

owenwengerd

Use "\r\n" for carriage return/line feed.

aoxiangzcr

Thank you,Owen,I got it.
God helps those who help themselves!