Click here to Skip to main content
15,892,161 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi Guys,

I just want to know if there is a way in integrating the Z4000 printer barcode label in vb.net. Also I need a sample code that you may have right now in order to work this thing in my program. The list sample below are items that I need to print directly to z4000 printer:

Code Qty
ABC-12345 5
ABC-12346 10
ABC-12347 15

Code - is product code that I need to be printed.
Qty - is the number of pieces to be printed.

Hope anyone can provide me a code for this thing. Thanks in advance.
Posted
Updated 8-Apr-14 6:51am
v2
Comments
CHill60 8-Apr-14 12:51pm    
We don't provide code, just assistance when you get stuck

Zebra actually provide sample code for their products.

You'll find a link in amongst this list of other potential samples https://www.google.co.uk/?gfe_rd=cr&ei=RyhEU6yGFpDY8geamYGgDQ#q=zebra+z4000+barcode+vb.net[^]
 
Share this answer
 
That printer supports ZPL commands (a plain text language developed by Zebra) then you just need to take a look at the ZPL ref manual and then create/design your labels using it. You can send those commands to the printer by using this code http://support.microsoft.com/kb/322090
If you do not want to learn ZPL or do not have time to spent on it, then try this open source project http://sharpzebra.codeplex.com/ or this one which is a paid solution
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900