my_lou Posted March 1, 2004 Posted March 1, 2004 i need to have barcode reading/drawing functionality in my VB.NET windows application. i have this scanner here, but i've never messed with stuff like that before so i am kind of in the dark about how to handle this whole thing. anyway, i had a question: i assume the scanner comes with some sort of scannig software for reading barcodes, but i'd like to be able to read barcodes directly from my VB.NET app, so the question is: can i use the software that comes with the scanner in my VB.NET app or do i have to have some kind of different software (like User control maybe), or do i have to code it my self or what? also, for drawing i'd like to avoid using any third party tools since they cost money. is there any free solution? thanks much. Quote
Moderators Robby Posted March 1, 2004 Moderators Posted March 1, 2004 Did you install any fonts for the scanner? If do, place a textbox on a form, gain focus on it and scan a barcode, that's it. Quote Visit...Bassic Software
techmanbd Posted March 1, 2004 Posted March 1, 2004 Basicaly how the scanner works is that it scans the barcode, encodes the barcode to ascii code and sends it through the serial port, or usb depending how new you get the scanner to the computer. Quote Live as if you were to die tomorrow. Learn as if you were to live forever. Gandhi
Jay1b Posted March 1, 2004 Posted March 1, 2004 Most of the time the scanner sends the same signals as a keyboards, so no need for special programming. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.