CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 1999
    Posts
    26

    How come my "Print Preview" is different than my "screen view", shouldn't they be the same?

    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


  2. #2
    Join Date
    Jul 1999
    Posts
    24

    Re: How come my "Print Preview" is different than my "screen view", shouldn't they be the same?

    Hi,

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

    Murugesh.



Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured