VB.NET and Bar code reader
-
How can we connect a VB.NET application with a bar code reader and how we can use the data which is read by the bar code reader in our application. Thanks, Sayuj O
sayuj wrote:
How can we connect a VB.NET application with a bar code reader
Most bar code readers act just like a keyboard. Scan a barcode and it "types" the code just like a human would be doing.
sayuj wrote:
how we can use the data which is read by the bar code reader in our application
Uhhh... Wouldn't that be dictated by your application's requirements??
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007, 2008 -
How can we connect a VB.NET application with a bar code reader and how we can use the data which is read by the bar code reader in our application. Thanks, Sayuj O
Hey! I wanna recommend you a website(http://www.keepautomation.com/guide/vbnet\_barcode\_generator.html) which provides 20+ high quality linear and 2D barcode generator with detailed tutorial. They are easy to be add to various reporting projects.Check this out. Worth a try!Good luck!