basically to print from a file
VB Code:
FileNum = FreeFile Open myFileName For Input As #FileNum Do While Not EOF(FileNum) Line Input #FileNum, OneLine Printer.Print OneLine Loop Close (FileNum)
|
Results 1 to 23 of 23
Thread: Sending raw text to a printerHybrid View
|
Click Here to Expand Forum to Full Width |