HI
 
I Made an MDI application with Visual C++ 6, when you select print preview the print preview window covers up all the other windows and the toolbars so you can't press any buttons and do anything silly.
 
 
However on converting to Visual C++.Net the print preview would appear to be different in that each child window of the main frame gets its own print preview window instead of the main frame.  In my app it then disables the tools bars, however its not disabling then all and clicking on then causes my app to crash.  Is there any why to keep the old print preview style?
 
Max
 
 
Showing a normal VC 6 print preview
 
 
 
 
Showing a VC 7 print preview, showing the tool bars
 
 
Showing how the VC7 child windows have the print preview instead of the main frame
 

Attachment: Image1.png
Description: Binary data

Attachment: image2.png
Description: Binary data

Attachment: image3.png
Description: Binary data

Reply via email to