CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Sep 1999
    Location
    Texas, USA
    Posts
    4

    windows printing

    I have reached the limits of the Windows print dialog and must create my own. Can anyone recommend a book on this subject.

    Thanx...

  2. #2
    Join Date
    Feb 2001
    Location
    teh INTARWEB
    Posts
    542
    msdn has great articles/documentation on using Printer DCs (with short sample programs) with C++ and is definitely my first recommendation.

    As for a book (with msdn, you'll most probably not require it), Chapter 13 of Charles Petzold's "Programming Windows, 5th Ed." (C/C++) and Chapter 13 Jeff Prosise's "Programming MFC, 2nd Ed." (MFC) both treat it extensively with examples.

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