How can I print the contents of a MDI form ?
I have 3 child forms inside this MDI form, each containing
a graphical display. I can print each of these individual
forms by using the Form.Printform method.
But I am trying to find a way of printing all the 3 graphs
exactly as they appear on the MDI form.

Thanks.