Printing problem on applications that prints directly on LPT1
Asked By
10 points
N/A
Posted on - 07/17/2011
Printing problem on applications that prints directly on LPT1
I have a Visual Basic program that prints directly on LPT1. I use the method “Open LPT1 for output” in my visual basic code to print directly on LPT1. When printing on to a local printer, the program prints, but when printing on Network shared printer, the print doesn’t work. How should I redirect the printer command to the network printer?