Don,
I read somewhere in VB Help that the tab and arrow keys are not
trappable when there are certain controls on a form. It uses them to
navigate through the tab order.
-Dave
Quote:
> I have a control array of check boxes converted into graphical
> mode(12X12)
> If you try to capture the tab and arrow keys with the focus on the
> button you get no response from the Keycode in Checkbox1_Keydown. x =
> msgbox(keycode) HELP!