Results 1 to 21 of 21

Thread: VB6 - Code128 A,B and C

Threaded View

  1. #1

    Thread Starter
    PowerPoster
    Join Date
    Feb 2002
    Location
    Canada, Toronto
    Posts
    5,803

    VB6 - Code128 A,B and C

    I wrote this code a while ago, and I tested it with an actual bar code scanner.
    The code detects automatically what subset to use, A, B or C.

    For example, if you use only numbers, it will use Code128C, and if you mix, it will change the subset within the barcode. For example, if you use a string like "123456789abcdef", it will start with Code128C, then when it reaches the alpabet characters, it will change to Code128B in the same barcode.

    Here's a screen shot of the sample application:
    Attached Images Attached Images  
    Attached Files Attached Files
    Last edited by CVMichael; Jun 6th, 2009 at 09:26 PM.

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