Re: Append rtf content to a richtextbox
- From: "Jim" <jrboddie@xxxxxxxxx>
- Date: 30 Nov 2006 04:29:46 -0800
Try this:
richTextBox1.SelectAll();
richTextBox1.Copy();
richTextBox3.Paste();
richTextBox2.SelectAll();
richTextBox2.Copy();
richTextBox3.Paste();
.
- References:
- Append rtf content to a richtextbox
- From: Fab
- Append rtf content to a richtextbox
- Prev by Date: Re: ListView Problem - better explanation i hope
- Next by Date: Re: Simple program not producing output
- Previous by thread: Append rtf content to a richtextbox
- Next by thread: flatten multi-dimensional array to on-dimensional array
- Index(es):