C
colin
Hi,
I have a form with some buttons and a graphical user control,
I need to use the cursor keys to move the camera position
in the control, but it has the unfortunate side effect of
cycling through the button controls on the form and changing
the state of the radio buttons, wich is catastrophic.
how can i stop this?
ive tried setting tabstop to false and handling the keyup/down/press events
in the form and user control
and setting handled/supres to true but its still doing it.
any ideas?
must be something simple somewhere im missing im sure ...
Colin =^.^=
I have a form with some buttons and a graphical user control,
I need to use the cursor keys to move the camera position
in the control, but it has the unfortunate side effect of
cycling through the button controls on the form and changing
the state of the radio buttons, wich is catastrophic.
how can i stop this?
ive tried setting tabstop to false and handling the keyup/down/press events
in the form and user control
and setting handled/supres to true but its still doing it.
any ideas?
must be something simple somewhere im missing im sure ...
Colin =^.^=