Click here to Skip to main content
15,878,748 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi,

I am working with c# windows application project. Here i am trying to implement bar coding in my application. I would like to know how to include bar code reader in my application(with source code).can anybody please guide me.

if you find any links helpful for me please send it.

Thank you,
Posted
Comments
Sandeep Mewara 1-Aug-10 2:34am    
Reason for my vote of 1
for words 'with sourcecode'!

Usually barcode readers work as virtual keyboards.
Check out your device documentation.
:)
 
Share this answer
 
Hey !

All barCode Reader works like keyboard, just getfocus a object that is possible to write( as a textbox). The bar information from the reader will be written as you were writing like a keyboard.
 
Share this answer
 

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