Stupid question / multi line text in text box

  • Thread starter Thread starter Tomppa
  • Start date Start date
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
 
Back
Top