R rossum Apr 21, 2005 #2 how to display text in new line in a TextBox in Vb.NET? Click to expand... Try (C#): myTextBox.AppendText("\r\nThis is on a new line."); myTextBox.Focus(); The new text may not show immediately if the TextBox does not have the focus. rossum The ultimate truth is that there is no ultimate truth
how to display text in new line in a TextBox in Vb.NET? Click to expand... Try (C#): myTextBox.AppendText("\r\nThis is on a new line."); myTextBox.Focus(); The new text may not show immediately if the TextBox does not have the focus. rossum The ultimate truth is that there is no ultimate truth