Newsgroups : Borland : borland.public.delphi.nativeapi.win32 : 2007 Aug : Hook scanner input
| Subject: | Hook scanner input |
| Posted by: | "Johan Anderlund" (joh..@anderlund.net) |
| Date: | Fri, 3 Aug 2007 00:01:32 |
Hi
I wanna know if there is a way to hook scanning input?
In my case, the scanner is configured to EAN13 plus an <enter>.
Can I somehow extend the keyboardHook to trigger on a string of 14
charactes instead of just one character? Or should I forget KeyboardHook
and do something else, maybe the scanner sends some kind of window
message that I can trigger?
Well, I'm kind of an empty sheet about this and needs advice.
// Johan