Re: Read Barcode
From: Floyd Burger (floyd_at_adelphia.not)
Date: 04/02/04
- Next message: Scott English: "Re: When the connection to the database will be destroyed?"
- Previous message: Jon Skeet [C# MVP]: "Re: Problem with UNICODE"
- In reply to: Mudasir Ahmed: "Re: Read Barcode"
- Next in thread: Mudasir Ahmed: "Re: Read Barcode"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 2 Apr 2004 10:50:30 -0700
Nope, don't have any code like that. The keyboard wedge makes the scanner
insert keycodes into the standard keyboard buffers, so it behaves just like
an external keyboard (without the keys of course). The string array is the
text of the control that has the focus. As far as Windows and your
application are concerned, scanning a barcode with your wedge is exactly
like someone typing the code into the keyboard. Whichever control has focus
will receive the code.
-- Floyd Burger "Mudasir Ahmed" <mudasir_ahmed@yahoo.com> wrote in message news:OzxoNoNGEHA.696@TK2MSFTNGP12.phx.gbl... > Foyd , > > TextChanged event fires for each letter (for instance if the barcode > is 'J12394834AD' then it executes for each letter and all the letters in > the listbox. > > Do you have code which just collects it into a string array and puts it > in the listbox. > > Thanks > > > > > *** Sent via Developersdex http://www.developersdex.com *** > Don't just participate in USENET...get rewarded for it!
- Next message: Scott English: "Re: When the connection to the database will be destroyed?"
- Previous message: Jon Skeet [C# MVP]: "Re: Problem with UNICODE"
- In reply to: Mudasir Ahmed: "Re: Read Barcode"
- Next in thread: Mudasir Ahmed: "Re: Read Barcode"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|