hi,

I have 6 rich text box'es. In all of them are inserted text and ole objects. How to print all data from these rich text box'es like this:

"My text"
richtextbox1 content
"My text"
richtextbox2 content
richtextbox3 content
richtextbox4 content
richtextbox5 content
richtextbox6 content

I suggest to copy richtextbox1 content to memmory and then paste to new richtextbox, then copy other richtextbox's content and then paste.

Any idies?