Barcode scanning for a POS
Visual Basic
2
Posts
2
Posters
0
Views
1
Watching
-
what are the steps i have to follow inorder to scan a barcode from a product? if i have a hand-held barcode scanner, what are the coding i have to do? thanks
It shouldn't take much code to scan a barcode. Today's barcode scanners do all the processing of the barcode and are simply an input device no different than a keyboard. If you have your scanner hooked up, move focus to a text box on your form and scan a barcode. The textual representation of that barcode should appear in the textbox. Hope this helps.