W
Wanjun Yu
Hi All,
On my windows form, when the user hits the return key, I'll need to treat it
as a tab key. i.e. when the user hits a return, the focus will move to the
next item in the tab-order on the windows form.
I guess I can add a KeyDown event handler for each componet controls on the
windows form, but that does not seem to be efficient.
Can I do it at the forms level? What i'm thinking is on FORMS if I can get
this return event, I can send another tab key-down event. I know how to do
this in MFC, but not in C#.
Thanks.
WJ
On my windows form, when the user hits the return key, I'll need to treat it
as a tab key. i.e. when the user hits a return, the focus will move to the
next item in the tab-order on the windows form.
I guess I can add a KeyDown event handler for each componet controls on the
windows form, but that does not seem to be efficient.
Can I do it at the forms level? What i'm thinking is on FORMS if I can get
this return event, I can send another tab key-down event. I know how to do
this in MFC, but not in C#.
Thanks.
WJ