
How do I highlight the individual buttons after each one is clicked? The buttons are at the left side of the picture

How do I highlight the individual buttons after each one is clicked? The buttons are at the left side of the picture
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.

Samuel TohPosted Nov 5, 2021, 12:10 PM
Sachin SinghPosted Nov 1, 2021, 3:32 PM
Samuel TohPosted Nov 1, 2021, 3:19 PM
@Sachin, it did work. However, I am trying to use this code as well
private void btnUserUpdate_Click(object sender, EventArgs e)
{
User_Update x = new User_Update();
x.Show();
this.Hide();
}
Sachin SinghPosted Nov 1, 2021, 12:25 PM