Hi,
I have one form with multiple controls (e.g. Button,Textbox, RadioButton, ComboBox, etc.). I want to set the focus dynamically on a control using key F4 to highlight that control.
Scenario:
1.Suppose the user clicks on any control
2.Press Key F4 to highlight that control so that the user will know which control was clicked before.
Appreciate your suggestions.
Thank you.