I created a CDC CreateDC to my printer. I can send text with TextOut no problem. I have an Epson 2 color printer that requires ESCr1 to be sent to it to print in red. ESCr0 prints in black. <br>
<br>
I have tried dc.Escape(PASSTHROUGH,0,cstrESC,0,NULL); with no success. (cstrESC = char(27) etc. to build the string.<br>
<br>
Anybody know how to send and escape code sequence to a printer?
<br>
I have tried dc.Escape(PASSTHROUGH,0,cstrESC,0,NULL); with no success. (cstrESC = char(27) etc. to build the string.<br>
<br>
Anybody know how to send and escape code sequence to a printer?