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
Printable View
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
Check out the "Printing and Print Preview Samples" in msdn.
Arjay
thanks, I'll check that out.