View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] Jef.Biesemans@eu.fishersci.com is offline
external usenet poster
 
Posts: 1
Default Block keyboard input

Hi,

I have a scanner which sends data to a input box. The scanner uses some
kind of keyboard simulation, so the scaned text is directly visible in
the box without editing it first. Now I'm looking for some kind of
keyboard blocking code so that it's impossible for the user to edit the
box, but that the text from the keyboard simulation of the scanner is
visible.

As far as I know it's not possible with keyevents to handle this,
because this also blocks the input from the scanner. Does someone have
an idea to solve this problem? Thanks in advance.