L
Leon_Amirreza
Hi,
how can I have a .Net Control like (TextBox or Label) to interpret a unicode
character (or a sequence off characters) to be interpreted as newline?
I need Somthing like this:
textBox1.NewLineString = "+\";
textBox1.Text = "Jack+\Bill";
to be shown like this inside the textbox:
Jack
Bill
how can I have a .Net Control like (TextBox or Label) to interpret a unicode
character (or a sequence off characters) to be interpreted as newline?
I need Somthing like this:
textBox1.NewLineString = "+\";
textBox1.Text = "Jack+\Bill";
to be shown like this inside the textbox:
Jack
Bill