How can I read barcodes without having the user focus a text box first?
Posted
by Atlas
on Stack Overflow
See other posts from Stack Overflow
or by Atlas
Published on 2010-04-22T05:47:19Z
Indexed on
2010/04/22
16:13 UTC
Read the original article
Hit count: 214
I recently acquired a Metrologic Barcode scanner (USB port), as everyone already knows it works as a keyboard emulator out of the box.
How do I configure the scanner and my application so that my app can process the barcode data directly? That is, I don't want the user to focus on a "Text field" and then process the data when the KeyPress event fires.
© Stack Overflow or respective owner