T trint Mar 29, 2005 #1 How can I add text to the next line of a textbox without disturbing the previous line? Thanks, Trint
T trint Mar 29, 2005 #2 Here is the answer: this.textBox1.AppendText(Environment.NewLine); this.textBox1.AppendText(e.End.ToShortDateString()); thanks, Trint
Here is the answer: this.textBox1.AppendText(Environment.NewLine); this.textBox1.AppendText(e.End.ToShortDateString()); thanks, Trint