Hi !
I have a problem here :D
I am making a program with hotkeys, and i need to use those two keys: = and - (those two near Backspace, not on numeric keyboard)
Those two keys are used as + and -, but i kinda cant find out its key code.When i capture it in KeyPress event, it just shows "=" and "-" not the actual Keys.Key value
At start i thought its Add and Subtract, but those are those keys on numeric keyboard, and not everyone has it.
Thanks in advance.
I have a problem here :D
I am making a program with hotkeys, and i need to use those two keys: = and - (those two near Backspace, not on numeric keyboard)
Those two keys are used as + and -, but i kinda cant find out its key code.When i capture it in KeyPress event, it just shows "=" and "-" not the actual Keys.Key value
At start i thought its Add and Subtract, but those are those keys on numeric keyboard, and not everyone has it.
Thanks in advance.