Link to home
Start Free TrialLog in
Avatar of tzachari
tzachari

asked on

Barcode Recognition

Hello,
I would like to interface my VB application with a barcode scanner. The scanner scans for a serial number on a certain product. How could I get the number displayed in a text box within my application.
Thanks
Zack
ASKER CERTIFIED SOLUTION
Avatar of mcrider
mcrider

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of tzachari
tzachari

ASKER

But, how do you retreive the scanned number that is residing somewhere inside the computer into the textbox!
Thanks
A PC without a barcode scanner is connected with a cable like this:


   KEYBOARD]--------->PC_KEYBOARD_PORT


A PC with a barcode scanner is connected is cabled like this:

   KEYBOARD]--------->SCANNER]--------->PC_KEYBOARD_PORT


You have an application that has a textbox.  When you focus on that textbox, it DOESN'T matter if you type information in at the keyboard, or use the scanner...  The system will put the characters into the textbox.  What you do with the text is up to your application, and has nothing to do with whether you have a scanner attached or not...


Cheers!