I have three buttons on the form "Save", "Exit" and "Print", when the user save the record it might go to the entry box again (combobox on the form) or might just close the form or print entered record.
My problem is how to recognize user's input. I have shortcuts like Alt + S-Save, Alt + P-print and Alt+C-close, but the problem is to get the focus on the button.
I was reserching the key press event but couldn't figure it out completly.
Any help would be appreciated!
Thanks
My problem is how to recognize user's input. I have shortcuts like Alt + S-Save, Alt + P-print and Alt+C-close, but the problem is to get the focus on the button.
I was reserching the key press event but couldn't figure it out completly.
Any help would be appreciated!
Thanks