How to reference keyboard press to visual button ?
Hi
I have created a Form with a Button and a TextBox.
I already implemented the Button function so if i press on it i see
the corresponding value in the TextBox.
Now i want to do exactly with the same value from the keyboard, so if
i press on the corresponding value from the keyboard i want it to be
referenced to the same Button function as if i have clicked on it
with the mouse pointer, something like in the windows calculator program.
I would appreciate every kind of code example. thanks.
|