Click here to Skip to main content
15,888,984 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
C#
Can any one give me the source code for reading barcode in windows forms application
Posted
Comments
[no name] 10-Oct-14 1:43am    
Are you trying to read barcode using a physical barcode scanner or using your software to read a barcode image?

1 solution

Bar code scanners act like keyboards and give you the string representation of the bar code that was scanned, so you don't need to do anything.
 
Share this answer
 
Comments
abdul rafi 4-Oct-14 2:20am    
Then how to trigger that string to a specific text box in a form?
Mehdi Gholam 4-Oct-14 2:31am    
textbox1.Focus();

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