Link to home
Start Free TrialLog in
Avatar of philhand
philhand

asked on

CFormView - printing and print preview

I have a class derived from CFormView. The dialog resource contains several list boxes. I need to be able to display these list boxes in Print Preview and to print them.
Basically I want to print the complete contents of the client area of the window including lists etc.
I don't want to convert this to a bitmap because of the loss of resolution.

Any Ideas ? ............
ASKER CERTIFIED SOLUTION
Avatar of perrizo
perrizo

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of philhand
philhand

ASKER

Thanks Nathan!!

   I've downloaded the source code and it looks very promising

Cheers Phil Hand