How can barcodes be read on Windows Mobile devices?
The reader I am using states that it will support Windows Mobile 5.0, 6.0 and 6.5 phones.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Most mobile devices read the barcode like it is text, so the work is taken care of for you already.
Place a text box on your form, make sure that text box has the focus (that’s the biggest training issue we have here), and handle the
Text_Changedevent.Here’s a quasi-code example: