Print previewing Word document in Active Document Container
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
The story so far... Using MSVC 6.0, I've created an MDI MFC application, and selected "Container" compound document support. I also ticked the Active Document container checkbox. I run the application, and insert an object from a file - an existing Word document - into my document. As expected, it shows the whole Word document in the application. I then select Print Preview from the menu. The print preview window comes up, showing an empty document. The document content is now spewing out of my printer :rolleyes: So, does anyone know how to fix this so the content goes to the print preview DC, not the printer DC? Thanks in advance