I'm writing a simple calculator project just to see if I can actually do it.
At the moment it all works ok but only via the buttons on the form (which replicate windows calculator).
What I want to do is add the funtionality to allow it to be operated from the keyboard, so I need to look for the following key presses and act accordingly (1,2,3,4,5,6,7,8,9,0,.,,-,=,*,+,/).
The question is how do I monitor keyboard input ?
Thanks in advance
At the moment it all works ok but only via the buttons on the form (which replicate windows calculator).
What I want to do is add the funtionality to allow it to be operated from the keyboard, so I need to look for the following key presses and act accordingly (1,2,3,4,5,6,7,8,9,0,.,,-,=,*,+,/).
The question is how do I monitor keyboard input ?
Thanks in advance