I found that in .net the print-preview style for MDI applications is somewhat different from that was in VC6. In VC6 the preview view was implemented in the top level frame window (normally the main frame), in .net, the preview view for each doc is placed in its corresponding child frame.

But I prefer the old manner of preview, how can I do?

Thanks