When i press a button, i start the code with Form disabling and end it with Form enabling. Meanwhile the pressed button appears highligthed. That button executes in sequence the functions of the buttons inside the group next to it. How it appears Is there a way of highlight the button associated with the function beeing executed ?
I tried buttonx.Focus() but it does nothing :(