Edit: This only addresses the second portion of the question.
To disable a control try setting enabled to false.
btnCheckAnswer.Enabled = false;
3
solved c# If else if statement event triggers before else if does
Edit: This only addresses the second portion of the question.
To disable a control try setting enabled to false.
btnCheckAnswer.Enabled = false;
3
solved c# If else if statement event triggers before else if does