CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    May 2005
    Posts
    25

    Printing with MFC

    Does anyone know of an MFC tutorial that covers the basics of printing in MFC? I am writing a form based application and need to know how to format data to be printed, adjust page size and margins, and print it.
    Any help would be appreciated

  2. #2
    Arjay's Avatar
    Arjay is offline Moderator / EX MS MVP Power Poster
    Join Date
    Aug 2004
    Posts
    13,490

    Re: Printing with MFC

    Check out the "Printing and Print Preview Samples" in msdn.

    Arjay
    Last edited by Arjay; May 5th, 2005 at 08:19 PM.

  3. #3
    Join Date
    May 2005
    Posts
    25

    Re: Printing with MFC

    thanks, I'll check that out.

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