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. Web Development
  3. ASP.NET
  4. ActiveX Barcode Scanning

ActiveX Barcode Scanning

Scheduled Pinned Locked Moved ASP.NET
databasecomalgorithmstutorialquestion
3 Posts 2 Posters 2 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.
  • B Offline
    B Offline
    Broken Bokken
    wrote on last edited by
    #1

    I've been searching google thoroughly and haven't yet found anything that does what I need it to do, so I thought I'd ask here. Most of what is out there is software to create (display) a barcode. I want to actually scan the code and convert it to something I can use against my product database. I have a web application. I want to be able to have the user scan a barcode and then have the scanned code picked up and used by the website. I understand this will require an activeX control. A windows application is not an option. It also needs to support a variety of scanning devices as we don't know what our clients will use to scan the barcodes. I am not opposed to purchasing a third party solution. If you have ever done something like this please point me in the direction of example code or third party vendors. Thanks

    Broken Bokken You can't carry out a ninja-style assasination dressed as an astronaut. It's the luminous fabric; too visible. - Tripod The story of your fighting is a poem of two words: YOU SUCK.

    L 1 Reply Last reply
    0
    • B Broken Bokken

      I've been searching google thoroughly and haven't yet found anything that does what I need it to do, so I thought I'd ask here. Most of what is out there is software to create (display) a barcode. I want to actually scan the code and convert it to something I can use against my product database. I have a web application. I want to be able to have the user scan a barcode and then have the scanned code picked up and used by the website. I understand this will require an activeX control. A windows application is not an option. It also needs to support a variety of scanning devices as we don't know what our clients will use to scan the barcodes. I am not opposed to purchasing a third party solution. If you have ever done something like this please point me in the direction of example code or third party vendors. Thanks

      Broken Bokken You can't carry out a ninja-style assasination dressed as an astronaut. It's the luminous fabric; too visible. - Tripod The story of your fighting is a poem of two words: YOU SUCK.

      L Offline
      L Offline
      led mike
      wrote on last edited by
      #2

      I haven't worked with any devices like that for many years but back then the devices actually convert the bar code to a byte sequence which is what they output. You would use the specification for the device to determine the format of the data. Then you have to read from the device using whatever connection it has to the PC. (COM port, USB, etc.)

      led mike

      B 1 Reply Last reply
      0
      • L led mike

        I haven't worked with any devices like that for many years but back then the devices actually convert the bar code to a byte sequence which is what they output. You would use the specification for the device to determine the format of the data. Then you have to read from the device using whatever connection it has to the PC. (COM port, USB, etc.)

        led mike

        B Offline
        B Offline
        Broken Bokken
        wrote on last edited by
        #3

        After further searching I found that Microsoft has their own managed library that handles the device drivers. I think I will see if I can make it work in an activex control. http://blogs.msdn.com/pointofservice/[^]

        Broken Bokken You can't carry out a ninja-style assasination dressed as an astronaut. It's the luminous fabric; too visible. - Tripod The story of your fighting is a poem of two words: YOU SUCK.

        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