I have an application that displays a modeless form. On this form i
want to trap certain keys. For example ctrl-right, ctrl-left, ...

I have these keys already working on the main form of my application,
but know i need to trap them in a seperated modeless form, but the
onkeydown event is not being fired.

How do i go about trapping these keys.