D
droll
i've done this via a form but what if i want some global keyboard input
trapping? e.g. irregardless of which form i am in, i want my app to do
something when the user presses on 'A'. what is the best mechanism for doing
this? is there a place where i can define a global keyboard handler trap so
that i don't have to implement KeyPress event handlers in all my forms?
trapping? e.g. irregardless of which form i am in, i want my app to do
something when the user presses on 'A'. what is the best mechanism for doing
this? is there a place where i can define a global keyboard handler trap so
that i don't have to implement KeyPress event handlers in all my forms?