T
Trollpower
Hello,
ive got the following problem, which i hope gets solved here.
I ve got a Form with a Number of Controls in it (Button, Listboxes and
Textboxes). The user can use a config-file to control the output
target of an attached scanner. If i use the scanner while a Textbox is
focussed, the scanned code gets inserted into that textbox. My problem
is, that i need to decide where the scanned code gets put to. For
example, if the output target is Textbox 'A' and Textbox 'B' and
Button '1', then the scanned code has to be atttached to these three
controls.
Dows anyone knows how to intercept a Keypressed event for example on a
parent control(Form), since all the controls i mentioned above, are
added to the Form. The reason for this is, that if the scanner is
used, i want to decide in this one event, where to put the scanned
text to and even if i handle the scanned code in any way.
Thanks in advance
Greeting
Jens Meyer
ive got the following problem, which i hope gets solved here.
I ve got a Form with a Number of Controls in it (Button, Listboxes and
Textboxes). The user can use a config-file to control the output
target of an attached scanner. If i use the scanner while a Textbox is
focussed, the scanned code gets inserted into that textbox. My problem
is, that i need to decide where the scanned code gets put to. For
example, if the output target is Textbox 'A' and Textbox 'B' and
Button '1', then the scanned code has to be atttached to these three
controls.
Dows anyone knows how to intercept a Keypressed event for example on a
parent control(Form), since all the controls i mentioned above, are
added to the Form. The reason for this is, that if the scanner is
used, i want to decide in this one event, where to put the scanned
text to and even if i handle the scanned code in any way.
Thanks in advance
Greeting
Jens Meyer