M
matt.b.williams
I am in a situation where I need to catch the key press of the Left
directional key while the focus is on a button. I have added the
KeyDown event handler, but the directional keys are not caught by this
event. This is in Windows CE 4.2 and the coding is done in Visual
Studio.NET 2003 so there is no KeyPreview property for the form on
which this button resides. I have attempted to override the OnKeyDown
event, but for some reason, it never enters into the override code.
If anyone could provide me with some assistance, and better yet, some
sample code, it would be very much appreciated.
Thanks in advance for any help.
Matt
directional key while the focus is on a button. I have added the
KeyDown event handler, but the directional keys are not caught by this
event. This is in Windows CE 4.2 and the coding is done in Visual
Studio.NET 2003 so there is no KeyPreview property for the form on
which this button resides. I have attempted to override the OnKeyDown
event, but for some reason, it never enters into the override code.
If anyone could provide me with some assistance, and better yet, some
sample code, it would be very much appreciated.
Thanks in advance for any help.
Matt