Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Visual Basic
  4. BARCODE Generation

BARCODE Generation

Scheduled Pinned Locked Moved Visual Basic
csharptutorial
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • H Offline
    H Offline
    HemaRawat
    wrote on last edited by
    #1

    Hey All I have to develop a small application for which I have to generate the barcodes for the identifcation of the person. Keep track how many times that person come I have to develop it in .Net Anybody Plz give me the idea 1. That how to generate the unique Barcodes 2. Then Read them each time person entered What Approach should i follow Hema Chaudhry

    P P 2 Replies Last reply
    0
    • H HemaRawat

      Hey All I have to develop a small application for which I have to generate the barcodes for the identifcation of the person. Keep track how many times that person come I have to develop it in .Net Anybody Plz give me the idea 1. That how to generate the unique Barcodes 2. Then Read them each time person entered What Approach should i follow Hema Chaudhry

      P Offline
      P Offline
      progload
      wrote on last edited by
      #2

      VBScan barcode software By demm A barcode scanning and decoding software without third-party software http://www.codeproject.com/vb/net/demmvbscan.asp[^] and also: Neil Van Eps rainman_63 Rui Miguel Barbosa lam do thanh These are are just a few right here on CP if you use the "search" here on CP. http://www.codeproject.com/info/search.asp?cats=2&cats=3&cats=4&cats=5&cats=6&searchkw=barcode&Submit1=Search&author=&sd=11%2F15%2F1999&ed=12%2F7%2F2005[^]

      1 Reply Last reply
      0
      • H HemaRawat

        Hey All I have to develop a small application for which I have to generate the barcodes for the identifcation of the person. Keep track how many times that person come I have to develop it in .Net Anybody Plz give me the idea 1. That how to generate the unique Barcodes 2. Then Read them each time person entered What Approach should i follow Hema Chaudhry

        P Offline
        P Offline
        Polymorpher
        wrote on last edited by
        #3

        In the program i am writing i use the software you can find at this sight http://www.idautomation.com/formscontrols/ They work well. Gives you more options then some. And suports alot of different formats. Also, there is a standard for barcodes that you should folow if you are writing this for a bussiness. Here is a sumary of how it works and the address where you can look at the info for yourself. Please keep in mind that this is a report i sent to my boss regaurding our product so you may have to ignore some of what im saying in it that is specific to us. Also i copy and pasted most of this from the howstuffworks sight. HAPPY HACKING: =========================================================================== Sigts to use: -www.howstuffworks.com/upc.htm -www.uc-council.org =========================================================================== =========================================================================== NOTES: -We may need to aply for a manufacturer id with the council -No price is incoded. the POS system looks up the UPC and sends back the price of the item. =========================================================================== =========================================================================== BAR CODE FORMAT: -First 6 digits are the manufacturer id and the first of these 6 is the "number system character" -next 5 digits are the item # set by the store (have them set it in meatbooks) -last digit is the check digit to insure the scan read correctly. =========================================================================== =========================================================================== HOW TO MAKE THE CHECK DIGIT: using the code 63938200039 calculating the check digit: 1.) Add together the value of all of the digits in odd positions (digits 1, 3, 5, 7, 9 and 11). 6 + 9 + 8 + 0 + 0 + 9 = 32 2.) Multiply that number by 3. 32 * 3 = 96 3.) Add together the value of all of the digits in even positions (digits 2, 4, 6, 8 and 10). 3 + 3 + 2 + 0 + 3 = 11 4.) Add this sum to the value in step 2. 96 + 11 = 107 5.) Take the number in Step 4. To create the check digit, determine the number that, when added to the number in step 4, is a multiple of 10. 107 + 3 = 110 6.) The check digit is therefore 3. Each time the scanner scans an item, it performs this calculation. If the check digit it calculates is different from the check digit it reads, the s

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups