J
joe.radjavitch
Hi,
I am writing an app that opens a particular form when a number is
pressed.
I catch the keydown event and open the form when a number is pressed
and the form is not visible, but the number key press is not sent to
the form I just opened.
Do I have to send the numeric keypress to the newly opened for? How do
I do this?
FYI. After the form is opened, subsequent key presses are handled
properly.
Thanks,
JR
I am writing an app that opens a particular form when a number is
pressed.
I catch the keydown event and open the form when a number is pressed
and the form is not visible, but the number key press is not sent to
the form I just opened.
Do I have to send the numeric keypress to the newly opened for? How do
I do this?
FYI. After the form is opened, subsequent key presses are handled
properly.
Thanks,
JR