
Trapping KeyStrokes inside a UserControl for it's parent form
Could anyone point me in the right direction.
I have a user drawn UserControl, this control cannot receive keyboard focus.
However I would like to trap keypresses from the control's container form.
For example when the user presses ALT+T I would like my control to trap
this and then perform some action.
Do I have to subclass the control's parent window, if so which window
messages
should I process ?
Many thanks in advance
Steve Wilkinson