-
1
- #1
We use a good number of printer overlays that are stored on hard drive of laser printers and invoked from applications by "transparently" sending PCL commands to the printer(s). How is this accomplished in VB? For instance, if we wanted to send the following string to the printer Chr$(27) & "&f70504X" how would it be done. The Printer.print doesn't let the escape character pass through transparently, etc. Thanks for your help.<br>
<br>
<br>