Question: Write the code using C# to perform each function as mentioned below. Using C#, write a Windows Forms application meeting the following specification. The Form
Write the code using C# to perform each function as mentioned below.

Using C#, write a Windows Forms application meeting the following specification. The Form class must be named Form1. This is the default when creating a new Windows Forms app, but make sure that it doesn't change. The form must be captioned Click Counter The form must contain a button with the text Click Me. The form must contain a label with the initial text 0 times The form must contain a button with the text Reset-This button must start out disabled. Whenever the Click Me button is clicked, the count in the label must increment (first to 1 times, then to 2 times and so on.) The Reset button must be enabled when the Click Me button is clicked. Whenever the Reset button is clicked, the count in the label must reset to 0 times. Clicking the Reset button causes the Reset button to be disabled. Screenshot of the program in its initial state Click Counter Click Me This button has been clicked 0 times Reset
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
