Link to home
Start Free TrialLog in
Avatar of bganoush
bganoush

asked on

MDI application prints very small...

Hello World!

I have an MDI application that implements a tree structure showing some data, the lines of the tree are shown on screen using a CTreeCtrlEx class that allows the branches of the tree to be expanded and collapsed.

My problem is that when I try to print the window, it does two things..

1) it only seems to print the current "clipped" view of the tree.
2) it prints it really really really really small... about a 3/4 inch tall for about 30 lines of text...

I guess what I need to do is to override the print so that I can print my tree on many pages... How do I go about this?

ASKER CERTIFIED SOLUTION
Avatar of mahesh1402
mahesh1402
Flag of India image

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