I have problems with print alignment, printing from VB6 to an HP Deskjet. (I have problems with any deskjet.)
I use a Courier (fixed-length) font and print a fixed-length string using the command:
Printer.Print strText
(strText is a fixed-length string)
I have no problems printing to a laser jet, but when I print to a deskjet, the aligment is different depending on the number of spaces between fields.
Is there a simple solution for the above ?
I use a Courier (fixed-length) font and print a fixed-length string using the command:
Printer.Print strText
(strText is a fixed-length string)
I have no problems printing to a laser jet, but when I print to a deskjet, the aligment is different depending on the number of spaces between fields.
Is there a simple solution for the above ?