Merge 2 Richtext Box Contents with Formatting

Hi..

I want to Merge 2 Richtext Box Control's(VB6) Text in to the 3rd Richtext Box with Preserve the formatting (BOLD,Italic, etc.) of those two.

Vimal

[198 byte] By [Vimal_VIP] at [2007-12-26]
# 1

Me.RichTextBox1.Rtf = Me.RichTextBox2.Rtf & Me.RichTextBox3.Rtf

DMan1 at 2007-9-4 > top of Msdn Tech,Visual Basic,Visual Basic General...