I have reached the limits of the Windows print dialog and must create my own. Can anyone recommend a book on this subject.
Thanx...
Printable View
I have reached the limits of the Windows print dialog and must create my own. Can anyone recommend a book on this subject.
Thanx...
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.