Connecting Tech Pros Worldwide Forums | Help | Site Map

Add next line of text in textbox?

trint
Guest
 
Posts: n/a
#1: Nov 17 '05
How can I add text to the next line of a textbox without disturbing the
previous line?
Thanks,
Trint


trint
Guest
 
Posts: n/a
#2: Nov 17 '05

re: Add next line of text in textbox?


Here is the answer:
this.textBox1.AppendText(Environment.NewLine);
this.textBox1.AppendText(e.End.ToShortDateString() );
thanks,
Trint


trint wrote:[color=blue]
> How can I add text to the next line of a textbox without disturbing[/color]
the[color=blue]
> previous line?
> Thanks,
> Trint[/color]

Closed Thread