cerebalbore
Technical User
Hi all,
I'm trying to create a .net app that prints a label. Normally the Zebra printers are all networked but for the purpose of development work I have a printer directly connected to my PC via LPT1 (avoids confusion, and the networked ones are in a different building!).
I can successfully copy a txt file to LPT1 using a DOS command, so I know that the printer is connected.
I've been using the project from , and reading all the numerous posts on the internet, but haven't found what's wrong with mine.
Taking the app from the above link I have changed the code of the button1_click event from:
print.StartWrite("\\pc-0556\\VantageT")
to this:
print.StartWrite("LPT1:")
...and left the rest of the code as it is.
Basically nothing happens. I don't receive any error messages, the code appears to execute ok, but doesn't output a label.
Any ideas on what I'm doing wrong??
I'm such a noob
I'm trying to create a .net app that prints a label. Normally the Zebra printers are all networked but for the purpose of development work I have a printer directly connected to my PC via LPT1 (avoids confusion, and the networked ones are in a different building!).
I can successfully copy a txt file to LPT1 using a DOS command, so I know that the printer is connected.
I've been using the project from , and reading all the numerous posts on the internet, but haven't found what's wrong with mine.
Taking the app from the above link I have changed the code of the button1_click event from:
print.StartWrite("\\pc-0556\\VantageT")
to this:
print.StartWrite("LPT1:")
...and left the rest of the code as it is.
Basically nothing happens. I don't receive any error messages, the code appears to execute ok, but doesn't output a label.
Any ideas on what I'm doing wrong??
I'm such a noob