Professional UI Solutions
Site Map   /  Register
 
 

Forum

Please Log In to post a new message or reply to an existing one. If you are not registered, please register.

NOTE: Some forums may be read-only if you are not currently subscribed to our technical support services.

Forums » Prof-UIS Tech Support » CExtPPVW question Collapse All
Subject Author Date
tera tera May 18, 2009 - 2:42 AM

Hello.


I was able to print prof2.84 definitely.



but , Prof2.85 is extended and cannot print it definitely.

I want to print it with the resolution of the printer.

Please teach a way.


Please teach it with the sample of this place.

http://www.prof-uis.com/download/forums/tmp/MODIFIED-000-SampleMuPrintGrid_GDIPlus2.zip

Technical Support May 19, 2009 - 1:21 AM

We reviewed your project. It opens a popup dialog (CPrtPreviewDlg) with an empty grid window (CMuPrintGrid m_pGrid) and Button1 button for invoking print preview mode. But we do not understand how the empty grid in the popup dialog interacts with the initialized grid in the child view? Do you want display the print preview of the child view grid in the popup dialog? If yes, then you should implement the CExtPPVW_Printable::OnGetPrintableWnd() virtual method in your child view grid (CDemoPrintGrid) and return the parent window for the print preview window.