G
Grey
how to set the line break character in the Text properties of Label??
orPeter said:Hi,
Use label1.Text = "First line" + Environment.NewLine + "Second line";
Dino L. said:or
label1.Text = "First line\nSecond line";