09-27-2022, 04:05 PM
(09-27-2022, 04:01 PM)Pete Wrote: The routine calls "PrintJob" to start the printing process. How does that sub-routine get the info to print, as the sub call has no parameters, or does this example simply print the contents of the active window?
Thanks,
Pete
The program just calls that to start up the sample code. DrawPage creates each page. You can download the attached PDF to see what the code creates. DrawPage can be tweaked to show different things on the page such as different font sizes, colors, and families. This code isn't a library just yet but can be easily changed to one.
Ask me about Windows API and maybe some Linux stuff