CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Guest

    ZPL Label Printers

    I'm looking for a way to send Visual Basic code directly to a Zebra brand label/barcode printer. The printer uses what is called zpl (zebra programming language). Has anyone worked with this? Any advice on getting started would be appreciated.


  2. #2
    Join Date
    Jul 2001
    Posts
    2

    Re: ZPL Label Printers

    I have worked with ZPL with clipper, in my earlier organization.

    You can write all the zpl codes into a text file.

    and copy the text file to your port. It works. Eventhough I have not used the logic in VB. I used the same concept in Clipper.




Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured