Results 1 to 5 of 5

Thread: Scanning barcode image with C# VS2012

  1. #1
    New Member
    Join Date
    Mar 13
    Posts
    2

    Scanning barcode image with C# VS2012

    Hi guys, im kinda new at this bar code reader and i believe im stuck. I'm not totally sure what to do next.

    Basicly, im using this http://www.onbarcode.com/products/ne...es/code39.html for the .Dll and the code.

    And im not sure what to do after the code. I'm trying to get the bar code to show up above the image i scan

    Name:  webpage example.jpg
Views: 370
Size:  73.0 KB

    this is an example of the webpage iv create and im trying to get the button on the bottom-right of the image to start the scan.

    Any help would be great, Any example would be a huge thanks
    thank you in advance

  2. #2
    New Member
    Join Date
    Mar 13
    Posts
    1

    Re: Scanning barcode image with C# VS2012

    I know that site, onbarcode. Last time I wanted to create Code 128 barcode in C# and I found good solution there. I have not used the barcode reader you used. You may contact the site for help or you can read the guide of the barcode reader again with care. Last time I also did not quite understand something and I solved it by reading the guide of creating barcode in C#. Good luck.

  3. #3
    New Member
    Join Date
    Mar 13
    Posts
    2

    Re: Scanning barcode image with C# VS2012

    thxs for replying, i just couldn't find the guide to this. And the links provided helped a lot. I couldn't find a single soul out on the internet that could help.

    but the thing is, i wasn't trying to generate a barcode. I'm trying to scan the barcode myself.

    Thanks again and have a good one
    Last edited by zztopend; Mar 19th, 2013 at 08:16 AM.

  4. #4
    Frenzied Member TheBigB's Avatar
    Join Date
    Mar 06
    Location
    *Stack Trace*
    Posts
    1,512

    Re: Scanning barcode image with C# VS2012

    Not sure, but the tutorial page seems pretty straight-forward: http://www.onbarcode.com/tutorial/cs...de-reader.html
    Delete it. They just clutter threads anyway.

  5. #5
    New Member
    Join Date
    Apr 13
    Posts
    1

    Re: Scanning barcode image with C# VS2012

    To read a barcode correctly, the barcode has some requirements for scanning. In addition to data checksum, data type, quiet zone, the barcode image size is also need to be concerned.
    As for barcode reading in Visual C# project, .NET Barcode Reader Library is just one of many but I note it because it has a manual for Visual C# barcode reading.

Posting Permissions

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