Hi there,

i'm having a little problem with capturing Tab- and Arrow Key Events.

I have a Form with some controls on it.

Now i set the focus to one control ( something inherited from UserControl ).
Now the problem is, that in the Key-Down event of this control i can handle everything, but the tab-key and the arrow-keys.

I think because those are handled by the system ( to focus the next control in the tab order ).

Do i have any chance to handel them anyway?

Hints are very welcome,
Thanx Matze