K
Ken Soenen
Is there any way I can detect a keyboard event while a Form is open, WITHOUT
having to use the keyboard event handlers from the Control that has the
Focus?
For Example:
Let's say I have Form that has only one Control, say a Textbox, and this
Textbox is DISABLED so it can't take the Focus and receive keyboard events.
Can I still somehow get the data coming from the keyboard and say, put it in
a String. Of course, if the textbox were enabled and had the focus, I would
want the data to ALSO go in the Textbox as it normally would.
Thanks for any thoughts.
having to use the keyboard event handlers from the Control that has the
Focus?
For Example:
Let's say I have Form that has only one Control, say a Textbox, and this
Textbox is DISABLED so it can't take the Focus and receive keyboard events.
Can I still somehow get the data coming from the keyboard and say, put it in
a String. Of course, if the textbox were enabled and had the focus, I would
want the data to ALSO go in the Textbox as it normally would.
Thanks for any thoughts.