
How to print directly to the printer?
Le Sun, 04 Apr 1999 20:48:29 GMT, "Miroslaw Bujak"
Quote:
>I need to send PCL code to the printer. I know I have to do it sending the
>code directly to the printer, but I don't know how. I heard about API ESCAPE
>function. Anyone knows how to use it?
My vb program do it everydays..without any API's.
In VB:
- Name a file "LPT1".
- Open "FILE.TXT" binary.
- Open "LPT1" binary.
- Use Get and Put correctly.
- Close files..
--
It's only my opinion ... finally, often.
Ce n'est que mon opinion... enfin, souvent.