How do I create a button that has the ability to be clicked by the mouse and the RETURN button on the keyboard?
Printable View
How do I create a button that has the ability to be clicked by the mouse and the RETURN button on the keyboard?
If the button has focus, than you can simple use the return key to "click" it.
ok, I resolve it. Thanks Sven!