hi all,
In my windows form, form_keyup event is firing if there is no controls in
form.
If i place any control like textbox,then its not getting fired.
How can i fire keyup event of a form with more than 10 textboxes.

Gomathi

RE: Form KeyUp event by PhilWilliams

PhilWilliams
Wed Sep 21 04:34:03 CDT 2005

Hi. Try,
this.KeyPreview = true;
or
Me.KeyPreview = True

Regards,
Phil.

"Gomathi" wrote:

> hi all,
> In my windows form, form_keyup event is firing if there is no controls in
> form.
> If i place any control like textbox,then its not getting fired.
> How can i fire keyup event of a form with more than 10 textboxes.
>
> Gomathi
>
>
>