Stupid question / multi line text in text box

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top