T
Tomppa
How do I new line in a multi line textbox?
string msg = "Line 1" + "\r\n" + "Line 2";
does not work.
I get double squares where the carrage return line feed should be.
Using the OpennetCF textbox2 with multiline set to true.
THX
string msg = "Line 1" + "\r\n" + "Line 2";
does not work.
I get double squares where the carrage return line feed should be.
Using the OpennetCF textbox2 with multiline set to true.
THX