2004-05-03 09:31:43 PM cppbuilder8
Hello,
I was wondering how software like Notepad sends files
to be printed to different printers e.g. local and network
printers. Can I write c++ code or is there a component
available to enable me to send data to a network printer?
Digby
OBones
CBuilder Developer
2004-05-04 09:19:30 AM
Re:How do plot drivers work?
Digby Millikan wrote:
Quote
Hello,
I was wondering how software like Notepad sends files
to be printed to different printers e.g. local and network
printers. Can I write c++ code or is there a component
available to enable me to send data to a network printer?
Digby
This is all handled by the operating system. What your program does is
use the API functions, indicating which printer to use and the OS does
the rest for you...