Hi
I want to transfer data from one rich text box to another
but when i use
RichTextbox2.text = RichTextbox1.text
it transfer just text not images

if there is any way to do so?