MisCase in the "Key" Enumeration

  • Thread starter Thread starter [tridy]
  • Start date Start date
T

[tridy]

Hello.

Just a small thingy that I have found:
in the enumeration of Keys there are two values:

OemMinus
Oemplus


in here "Minus" goes with the capital "M", and "plus" goes with
lowercase "p"


e.g.

If e.KeyCode = Keys.Oemplus Or e.KeyCode = Keys.OemMinus Then ...
 
Back
Top