For Text printing, I use the ESC/POS command something like Open "LPT1:" For Output As #1 Print #1, Chr$(27) + "@" ' initial printer Print ...
確定! 回上一頁