I have an SDI app
- Data is diplayed to the screen
- the print preview is differnt (alignment, spacing, etc...)
Why?
How do I fix it
Fed007
Printable View
I have an SDI app
- Data is diplayed to the screen
- the print preview is differnt (alignment, spacing, etc...)
Why?
How do I fix it
Fed007
Hi,
Are you calling OnDraw in your OnPrint() function?
And you have set the map mode to MM_ANISOTROPIC.
Murugesh.