E
Edward Diener
Is there any good article about processing keys in .net ? I see
things like ProcessDialogKey, IsInputKey, IsInputChar, and mentions of
preprocessing certain keys, and the whole area is confusing to me without a
good general explanation.
In Win32 I can override WM_GETDLGCODE in my derived control to handle
certain dialog keys directly in my control ( arrows, tabs ). The
documentation on processing keys which I am trying to understand does not
make it plain how I can use the .net functionality to do what I want to do
rather. I realize that I can continue to handle WM_GETDLGCODE in my
control's Window procedure but would prefer to use the .net functionality
instead if it is a replacement for the lower level WM_GETDLGCODE
things like ProcessDialogKey, IsInputKey, IsInputChar, and mentions of
preprocessing certain keys, and the whole area is confusing to me without a
good general explanation.
In Win32 I can override WM_GETDLGCODE in my derived control to handle
certain dialog keys directly in my control ( arrows, tabs ). The
documentation on processing keys which I am trying to understand does not
make it plain how I can use the .net functionality to do what I want to do
rather. I realize that I can continue to handle WM_GETDLGCODE in my
control's Window procedure but would prefer to use the .net functionality
instead if it is a replacement for the lower level WM_GETDLGCODE