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 ...
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 ...