Hi,
Final question for the day.
I have a series of 6 buttons defined, horizontally. They are the first objects on the screen. So the first button is highlighted, as soon as the form is run.
The arrow keys move from button to button. But when any one of the buttons is selected and you click <Enter>, the btn_Action event is not triggered.
If you do a Mouse Click, then the btn_MouseClicked event is properly triggered, followed by the btn_Action event.
I'd like the _Action event to be triggered, when pressing Enter on a button. How do we do that?
Final question for the day.
I have a series of 6 buttons defined, horizontally. They are the first objects on the screen. So the first button is highlighted, as soon as the form is run.
The arrow keys move from button to button. But when any one of the buttons is selected and you click <Enter>, the btn_Action event is not triggered.
If you do a Mouse Click, then the btn_MouseClicked event is properly triggered, followed by the btn_Action event.
I'd like the _Action event to be triggered, when pressing Enter on a button. How do we do that?