Hi All
How can I print to multiple printers simultaneously from within my application
Thanks.
PRINT TO MULTIPLE PRINTERS SIMULTANEOUSLY
Re: PRINT TO MULTIPLE PRINTERS SIMULTANEOUSLY
Code: Select all
DCPRINT ON ... NAME <cMyPrinterName>
... print
DCPRINT OFF
Best regards,
Tom
"Did I offend you?"
"No."
"Okay, give me a second chance."
Tom
"Did I offend you?"
"No."
"Okay, give me a second chance."
Re: PRINT TO MULTIPLE PRINTERS SIMULTANEOUSLY
Will both printers be the same type?
The eXpress train is coming - and it has more cars.
Re: PRINT TO MULTIPLE PRINTERS SIMULTANEOUSLY
Hi,
Any reason why you don't use multiple threads? Each thread can print to a different printer.
Any reason why you don't use multiple threads? Each thread can print to a different printer.