Click to See Complete Forum and Search --> : windows printing


John G Athens
July 15th, 2002, 07:29 PM
I have reached the limits of the Windows print dialog and must create my own. Can anyone recommend a book on this subject.

Thanx...

Manish Malik
July 17th, 2002, 06:41 PM
msdn (http://msdn.microsoft.com) 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.