F Finn Ellermann May 5, 2004 #1 How can I append text or data to a TextBox not using TextBox.Text += can any one help me Finn
N Nicholas Paldino [.NET/C# MVP] May 5, 2004 #2 Finn, You will want to use the AppendText method on the TextBox. Hope this helps.