INFO NEEDED on USING Bar Code Scanner in VB 
Author Message
 INFO NEEDED on USING Bar Code Scanner in VB

I am in real need of any info that people have about USING Bar Code Scanner's
with VB.. How to integrate their use so that the scanned Code could be
inserted(or captured) by VB programmer for Storage in a Database..

Any Pointers would be Greatly Appreciated.

Michael Gernaey

Michael Gernaey

================================
Creative Consultants
Custom Visual Basic, Visual (C)/C++, delphi ,
programming...


Hey have fun that's what programming is for..
================================



Wed, 01 Apr 1998 03:00:00 GMT  
 INFO NEEDED on USING Bar Code Scanner in VB
Most Bar Code scanners I have used attach directly to the keyboard,
and the program cannot tell the difference between the scanner and a
keyboard input.

If you mean a standalone unit, they either download thru a serial
port, or tie directly into the network if wireless.

  -- Robert


Quote:
>I am in real need of any info that people have about USING Bar Code Scanner's
>with VB.. How to integrate their use so that the scanned Code could be
>inserted(or captured) by VB programmer for Storage in a Database..
>Any Pointers would be Greatly Appreciated.
>Michael Gernaey
>Michael Gernaey
>================================
>Creative Consultants
>Custom Visual Basic, Visual (C)/C++, Delphi ,
>programming...

>Hey have fun that's what programming is for..
>================================



Thu, 02 Apr 1998 03:00:00 GMT  
 INFO NEEDED on USING Bar Code Scanner in VB

Quote:

>>I am in real need of any info that people have about USING Bar Code Scanner's
>>with VB.. How to integrate their use so that the scanned Code could be
>>inserted(or captured) by VB programmer for Storage in a Database..
>>Any Pointers would be Greatly Appreciated.

>Most Bar Code scanners I have used attach directly to the keyboard,
>and the program cannot tell the difference between the scanner and a
>keyboard input.

Anyone interested in barcode would do well to check out the following URL:

http://www.clark.net/pub/russadam/barcode1.html

I've used barcode with dBase and FoxPro for years. The main problem with barcode
is that it doesn't always make sense to use it. However, most people have this
image of it as somehow magical. At work, for every use I've found for it, I've
denied 10 people who thought it was just what they needed. When I ask them 'what
data do you want to barcode?', they have no idea. Once they think about it, THEY
see the limitations.



Fri, 03 Apr 1998 03:00:00 GMT  
 INFO NEEDED on USING Bar Code Scanner in VB

Quote:
> I am in real need of any info that people have about USING Bar Code
> Scanner's with VB.. How to integrate their use so that the scanned Code
> could be inserted(or captured) by VB programmer for Storage in a Database..

> Any Pointers would be Greatly Appreciated.

We have a DOS-based Barcode-Scanner software and it works by emulating
keystroks. The application receives the scanned Code as if it had been
entered by the keyboard.

In Windows the scanner-software should generate something like a "SendKeys"
and the control having the focus receives the data.

cu

heinz


WIN95 : Plug and... PRAY

## CrossPoint v3.02 R ##



Mon, 06 Apr 1998 03:00:00 GMT  
 INFO NEEDED on USING Bar Code Scanner in VB
Quote:

>> I am in real need of any info that people have about USING Bar Code
>> Scanner's with VB.. How to integrate their use so that the scanned Code
>> could be inserted(or captured) by VB programmer for Storage in a Database..

>We have a DOS-based Barcode-Scanner software and it works by emulating
>keystroks. The application receives the scanned Code as if it had been
>entered by the keyboard.

>In Windows the scanner-software should generate something like a "SendKeys"
>and the control having the focus receives the data.

Now I may be reading this wrong, but what you've just said is that your code
reads the input provided by the scanner into the keyboard buffer, and then
......puts it back into the keyboard buffer. Why?

Scanners that plug between the keyboard and the host PC require NO SOFTWARE!
just have your program ask for keyboard input e.g. a text box. Scanners that
connect to the serial port usually come with their own piece of software which
stuffs the data into the keyboard buffer and hence require NO OTHER SOFTWARE!

No VBX's/DLL's/any other expensive nonsence are required - Don't get fooled
into believing you need something you get for free!

Matt

+------------------------------+--------------------------------------------------------+
| Standard Discalaimer applies | 'Why say NO when NOT YET is what you actually mean!'   |
| ie These are only my thoughts|'After all is said...If it works, it's out of date'     |
+------------------------------+--------------------------------------------------------+



Sat, 11 Apr 1998 03:00:00 GMT  
 INFO NEEDED on USING Bar Code Scanner in VB
Quote:

>> I am in real need of any info that people have about USING Bar Code
>> Scanner's with VB.. How to integrate their use so that the scanned Code
>> could be inserted(or captured) by VB programmer for Storage in a

Database..

As Matt Freeman wrote, all you need is a scanner that connects between the
keyboard and the PC; this is generally called a "keyboard wedge"
interface.  If you already have a scanner head (wand, CCD, laser...) you
can purchase the wedge and plug your scanner head into it.

They work very well and are, I think, more commonly used than serial port
units.

Bob Lounsbury
MEC Software
bar code specialists



Sun, 12 Apr 1998 03:00:00 GMT  
 
 [ 6 post ] 

 Relevant Pages 

1. Newbie Q2: Using a bar code scanner with VB

2. Bar CODE VBX or Info, CODE, I/O info for VB 3.0

3. reading bar code information using a laser scanner

4. Need info on how to control scanner from vb app

5. Need Bar Code Info Please!

6. Need Bar Code Info Please!

7. Need Bar Code Info Please!

8. Need Bar Code Info Please!

9. Need Bar Code Info Please!

10. Need Bar Code Info Please!

11. Serail Port and bar code scanner acces

12. bar code Scanners

 

 
Powered by phpBB® Forum Software