pdaugher
October 10th, 1999, 10:27 AM
I need to be able to print in win32 a plain old text file. I've managed to accomplish that by the use of:
PrintDlg()
GlobalLock()
OpenPrinter()
StartDocPrinter()
StartPagePrinter()
WritePrinter()
etc... including endpage/enddoc routines
Anyway, I was wondering if there was a way to get a page header and page footer, sorta like a banner, to appear on each page.
I am running MSVC6.0 on NT 4.0.
Any help would be appreciated.
<B>Pat Daugherty</B>
Software Engineer-Raytheon
PrintDlg()
GlobalLock()
OpenPrinter()
StartDocPrinter()
StartPagePrinter()
WritePrinter()
etc... including endpage/enddoc routines
Anyway, I was wondering if there was a way to get a page header and page footer, sorta like a banner, to appear on each page.
I am running MSVC6.0 on NT 4.0.
Any help would be appreciated.
<B>Pat Daugherty</B>
Software Engineer-Raytheon