CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Feb 2015
    Posts
    3

    How to make barcode scanning in C#?

    Hi,

    recently i’ve been trying to get more information about barcode reading and I found some softwares that can work for me. I am not an expert on this field so if you could help me, I’d be very grateful. I found two SDKs, both named as Barcode Scanner SDK, one from Dynamsoft (I found this one on CodeProject) and one from Bytescout. And there is another one, that looks the most promising for the first glimpse, Ozeki Camera SDK (also found on CodeProject).
    Do you guys happen to have any experience with any of these tools?

    Thanks four your help in advance!

  2. #2
    Arjay's Avatar
    Arjay is offline Moderator / EX MS MVP Power Poster
    Join Date
    Aug 2004
    Posts
    13,490

    Re: How to make barcode scanning in C#?

    I don't have any experience with any of those software packages. What you need to do is run the sample code/example from each and try them out.

  3. #3
    Join Date
    Feb 2015
    Posts
    3

    Re: How to make barcode scanning in C#?

    Yes you are right, I was just seeking for someone who has experience with them and all. But following your suggestion I started evaluating the Ozeki SDK and it seems cool now. There are some example projects and descriptions and it is working fine so far. I hope it will help me

Tags for this Thread

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