How do I send escape codes to the printer
I used to be able to do Printer.Print chr$(27) & chr$(71) & "20" and get it
to send. Of course this was vb but there should be some method of talking to
a printer.
thanks,
jc
I used to be able to do Printer.Print chr$(27) & chr$(71) & "20" and get it
to send. Of course this was vb but there should be some method of talking to
a printer.
thanks,
jc
Comment