G George Ter-Saakov Feb 9, 2004 #1 How do i add a new line to the TextBox (Multiline=true) With out making a copy of the whole array. Thanks. George.
How do i add a new line to the TextBox (Multiline=true) With out making a copy of the whole array. Thanks. George.
S Saurabh Feb 10, 2004 #3 there is a better alternative to "\r\n" and its called Environment.NewLine --Saurabh
H Herfried K. Wagner [MVP] Feb 10, 2004 #4 * "Saurabh said: there is a better alternative to "\r\n" and its called Environment.NewLine Click to expand... In VB.NET, I prefer 'ControlChars.NewLine'. ;-)
* "Saurabh said: there is a better alternative to "\r\n" and its called Environment.NewLine Click to expand... In VB.NET, I prefer 'ControlChars.NewLine'. ;-)