On Aug 12, 7:01*pm, jrad <joe.radjavi...@gmail.com> wrote:
> Is there a way for the open form in my CF application to catch keydown
> events when a menu is open?
>
> My breakpoint in OnKeyDown() does not get hit when I press a key and I
> have already set the KeyPreview property to true for my form.
>
> Thanks,
> JR
Hi JR,
I dont think so you will get any Key event in the form when your Menu
is active.
But i guess you can handle the Menu related events to do your
oprations insead of KeyDown.
Regards,
Amit R
|