Click to See Complete Forum and Search --> : How come my "Print Preview" is different than my "screen view", shouldn't they be the same?


Fed007
October 17th, 1999, 03:04 PM
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

Murugesh
October 18th, 1999, 01:14 AM
Hi,

Are you calling OnDraw in your OnPrint() function?
And you have set the map mode to MM_ANISOTROPIC.

Murugesh.