A
assaf
hi all
i have a 2 winforms in my app.
one is the owner of the other.
i capture keyboard events for
each form.
can i instead tell the entire 'app'
to respond to certain keys.
and not have to tell each form to handle the keys.
i actually have over 20 forms,
so handling keys for each form
would be a lot of dirty work.
assaf
i have a 2 winforms in my app.
one is the owner of the other.
i capture keyboard events for
each form.
can i instead tell the entire 'app'
to respond to certain keys.
and not have to tell each form to handle the keys.
i actually have over 20 forms,
so handling keys for each form
would be a lot of dirty work.
assaf