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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top