I have custom control (Numeric TextBox- which allows only numeric keys). When i am pressing subtract key from NumPad, it's working fine. But when i am pressing OemMinus key(key near to '0'[DPad key]), OnKeyDown event returns 'unknown' key.
I want to handle OemMinus Key.
Thanks