Hi,

Last time I asked maybe nobody understood my question well and I get not this answer I needed. Sorry for my English.

I'll try again:

I have six rich text boxes.
I all of them are text and ole objects.

.PrintRTF prints only one rich text box.
How to combine them all and then print.
I'm making testing program for school.
In firs rich text box are question, in other - answers.
In the page must look like this:

Question Nr.1
Text.....Picture....Ole object and other (this is content of richtextbox1)
Answers:
richtextbox2 content
richtextbox3 content
richtextbox4 content
richtextbox5 content
richtextbox6 content
Question Nr.2
...
...
...

How to make it?

Please help me.