Re: DOS PRINTING IN VB
When you perform DOS printing then you have to send so called escape commands to the printer. These are some text strings starting normally with a chr$(27). The easiest is to embed them directly in the print file. The programming manual for your specific printer should contain the escape command sequence which will set the font to 10 cpi and set your desired page height.
[Edited by andrea on 23-04-2003 at 05:02 PM GMT]
|