M Martin Z Oct 20, 2006 #2 Google is your friend. http://www.knowdotnet.com/articles/labelcontrolformatting.html
C Cryptik Oct 20, 2006 #3 Just add a "\r\n" to the end of each line." Kelly S. Elias Webmaster DevDistrict - C# Code Library http://devdistrict.com
Just add a "\r\n" to the end of each line." Kelly S. Elias Webmaster DevDistrict - C# Code Library http://devdistrict.com
D Dustin Campbell Oct 20, 2006 #4 Add Environment.NewLine to the end of each line (except the last line). For example: myLabel.Text = "Multi-line" + Environment.NewLine + "label"; Best Regards, Dustin Campbell Developer Express Inc.
Add Environment.NewLine to the end of each line (except the last line). For example: myLabel.Text = "Multi-line" + Environment.NewLine + "label"; Best Regards, Dustin Campbell Developer Express Inc.