Posts by PauloJ • 1 point
1 post
-
0
votes2
answers591
viewsQ: In a Textbox, with the property Multiline true, character n does not change line
In a Textbox the character \n does not change line text, example: textBox1.Multiline = true; textBox1.Text = "IMPRIMEEMCIMA\nIMPRIMEEMBAIXO"; However \t works. I also noticed that on a label the…