Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

C#, .NET, and Barcode Scanning Help Needed!

Status
Not open for further replies.

jayplus707

Programmer
Jul 29, 2002
17
0
0
US
I will be doing a lot of barcode scanning applications in the future with symbol (or symbol-like) devices. I'm currently learning C# and the .NET Compact Framework and I'm a bit confused as to how barcode scanning is tied into C# and .NET. Is there a class that does this already? Do I need a 3rd party application or something? Any help will be greatly appreciated....
 
Symbol has not yet released the Symbol .NET CF (managed) compatable control. You could use ScanWedge, which forces your users to provide input, but this is pretty poor, as your users may have to keep providing focus. The other options (ActiveX control) will not work in a .NET CF application.

Your in luck...I've recently updated the control which I've written. Can be found below...also, you'll notice on the update the evC++ wrapper is there, but the C# wrapper (which uses the eVC++ dll) is missing, I will be adding it tonight.


Let me know if you have any questions.

Mark
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top