Hi,
I use "\n" to add a carriage return to a string, and then assign that whole thing to the text property of the textbox control as follows:
txtMessage.Text = "\n" + someString;
The problem is the textbox shows a square and the string.
Does anyone know how to insert a carriage return to the text property of a textbox control.
Thanks.
I use "\n" to add a carriage return to a string, and then assign that whole thing to the text property of the textbox control as follows:
txtMessage.Text = "\n" + someString;
The problem is the textbox shows a square and the string.
Does anyone know how to insert a carriage return to the text property of a textbox control.
Thanks.