Can't capture arrow keys
C#
3
Posts
3
Posters
0
Views
1
Watching
-
I have made a custom usercontrol in#, but when I press an arrow key neither the eventhandler for KeyDown, nor for KeyPress or KeyUp are called. Does anyone know how to capture array keys strokes?
Try overridding the ProcessCmdKey method of your user control. #include "witty_sig.h"
-
Try overridding the ProcessCmdKey method of your user control. #include "witty_sig.h"