Click here to Skip to main content
15,887,027 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
Hi All,
I am working on a project where i need to input scanned data from bar code to a text box when user scan a item/ product. Then they give submit to save scanned item number.
Am going to do this in C#. Kindly guide me from where & how i have start this. Do the needful
Posted
Updated 10-Sep-14 19:17pm
v2
Comments
Sergey Alexandrovich Kryukov 11-Sep-14 0:19am    
Start with reading the scanner documentation. If can be as simple as keyboard wedge.
—SA

Just make Textbox.Focus. When you use the scanner it automatically enter the data in the textbox.
 
Share this answer
 
The text should be entered to active control just as it would have typed from the keyoboard. Just remember to check that the barcode reader acts as a HID.
 
Share this answer
 
Comments
Gopinath C 13-Sep-14 0:42am    
Thanks,
Any specific dll need to be added as per configuration?
Just develop a Windows application and set focus on text box while scanning is enough for get barcode reader data?
Wendelius 13-Sep-14 10:17am    
Typically no special dll is required since the driver is often installed when the reader is plugged in to USB.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900