Step 1. Open Visual Studio, go to New Project -> Windows -> Windows Forms Application and give a name for your project.
Step 2. Choose Tool Box(Ctrl+Alt+X).Choose your Tools like Button,Text Box and Label.
Step 3. Go to Properties and change the name.
Step 4. Fill the textbox, as shown below-
Step 5. Go to Coding Page Form.Cs and write the coding for button1.
Step 6. Go to the Coding Page Form.Cs and write the coding similarly for button2.
Step 7. Go to Start. See the output.