I am trying to highlight the background color of a button when it is pressed and can do this by the following:
cmd_low.BackColor = Color.Yellow
but i need to change it back to the default button color when another button is pressed (buttonface). any ideas?