J
Joe Keller
1) It appears that trapping of the "Tab" keyboard key is not supported in
any of a form's key events (i.e. KeyDown and KeyPress). Is there any way to
override this behavior to trap for the "Tab" key being pressed?
2) When a radio button or check box has focus, I want to display a visual
cue to the user for which control has the focus. Is there a way to set the
color of the font for a check box or radio button control? If not, could I
subclass it somehow and change the color myself?
Thanks!
Joe
any of a form's key events (i.e. KeyDown and KeyPress). Is there any way to
override this behavior to trap for the "Tab" key being pressed?
2) When a radio button or check box has focus, I want to display a visual
cue to the user for which control has the focus. Is there a way to set the
color of the font for a check box or radio button control? If not, could I
subclass it somehow and change the color myself?
Thanks!
Joe