954,160 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

code for handheld scanner into vb 6 application

help please...
i'm into vb6 developing and it's my first time to incorporate a barcode reader into my system..

can someone give me a hint on how to do it.. the codes would be much greater...

i'm going to use a handheld scanner...

monq
Newbie Poster
1 post since Aug 2009
Reputation Points: 10
Solved Threads: 0
 

How is barcode reader connected to your computer ? via seria cable ?
Check the vendor document to find out message format ,etc .

ithelp
Nearly a Posting Maven
Banned
2,230 posts since May 2006
Reputation Points: 769
Solved Threads: 128
 

Most barcode readers are very simple to intergrate into vb programs.

Start new project, add a text box to the form, and run the project (or just start notepad).
Scan something (if using project make sure text box has focus).

Good Luck

vb5prgrmr
Posting Virtuoso
1,912 posts since Mar 2009
Reputation Points: 156
Solved Threads: 296
 

scanners do the same thing as a keyboard. read from the barcode and places the text in the program. thats about it

ProfessorPC
Posting Whiz in Training
270 posts since Dec 2007
Reputation Points: 31
Solved Threads: 29
 

Not all are the same. If they are a serial/rs232 connected scanner, they don't work in this way and will require either a device driver, or as ithelp said, some guidance from the vendor to know how to link with the device.

jonifen
Junior Poster
152 posts since Nov 2007
Reputation Points: 13
Solved Threads: 17
 

my mistake

ProfessorPC
Posting Whiz in Training
270 posts since Dec 2007
Reputation Points: 31
Solved Threads: 29
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You