S
Simon Harvey
Hi All,
I need to submit a form when the user presses enter. No problem I think
to myself - I'll just use the KeyDown event of the form. So I've added
an event handler for that event (and the other Key events) and
everything builds, but I can't seem to get the events to fire :-(
Can anyone think why this might happen? Am I supossed to do this sort of
thing in the Form's Key down event? I need the form to submit no matter
which control on the form has focus.
Many thanks to anyone who can help
Simon
I need to submit a form when the user presses enter. No problem I think
to myself - I'll just use the KeyDown event of the form. So I've added
an event handler for that event (and the other Key events) and
everything builds, but I can't seem to get the events to fire :-(
Can anyone think why this might happen? Am I supossed to do this sort of
thing in the Form's Key down event? I need the form to submit no matter
which control on the form has focus.
Many thanks to anyone who can help
Simon