Question: Assign 1: Create a new GoTeam project. Run Visual Studio and select C# Windows Application. When you first start a C# project you must name

Assign 1: Create a new GoTeam project. Run Visual Studio and select C# Windows Application. When you first start a C# project you must name your Project. You cannot name your project after you create it. You must name it when you first begin. SO call this first Project GoTeam. Now you should see an empty GUI window show up. This GUI window is called the Designer Window. Your Toolbox should be to the left and your properties window should be to the right of this Designer window. If you need help getting started with Visual Studio, Chap 1 in your book is good. He shows you how to start a new Project and start adding components. We are going to add 2 components to this Project. A Label and a Button. The Label should say Hello World and the Button should say Click Me. The Label should be near the top in the center and the Button should be near the bottom in the center. Make sure to give these components names by using the Properties Window. Name the Label HelloLbl, and name the Button ClickBtn. Also use the property window to change the color of the Button and Label. Click the Green Arrow to run the Project. You should see the Window pop up with the 2 components on it.

Assign 2: Now create a new Convert project. Create a new Visual Studio Project and call it Convert. This project will be used to convert Fahrenheit temps to Celsius and vice-versa. So add a title to the Form. The Form Title should say Convert. Also add 2 labels, 2 Buttons, 2 Textboxes and 2 RadioButtons. The 2 Buttons should be near the bottom of the Form and say Convert and Exit. Make sure to give all your components names that make sense, like we did in the GoTeam project. The Labels and Textboxes should be near the top towards the right side. The labels should say Fahrenheit and Celsius and the 2 Textboxes should be empty. And the 2 RadioButtons should be in the middle near the left side. One should say Fahr to Celsius and one should say Celsius to Fahr. Add all these components and run this project. Use the Properties window to change any colors or Fonts that you would like.

Assign 3: Create a new Area project. Create a new Visual Studio Project and call it Area. This project will be used to calculate the area of certain figures, like circles, squares and rectangles. So add a title to the Form. The Form Title should say Area. Also add 3 labels, 3 Buttons, 3 Textboxes and 3 RadioButtons. The 3 Buttons should be near the bottom of the Form and say Calc Area, Clear and Exit. Make sure to give all your components names that make sense, like we did in the GoTeam project. The Labels and Textboxes should be near the top towards the right side. The labels should say Radius, Width and Area and the 3 Textboxes should be empty. And the 3 RadioButtons should be in the middle near the left side. They should read Circle, Square and Rectangle. Add all these components and run this project. Use the Properties window to change any colors or Fonts that you would like.

You should have 3 working GUI Projects. No code yet. We will start adding code in Lab #2.

GoTeam Project should be a windows application with two added components. A label that should state "Hello world" and a button that should say "Click me".The Label should be near the top in the center and the Button should be near the bottom in the center. Make sure to give these components names by using the Properties Window. Name the Label HelloLbl, and name the Button ClickBtn.

GoTeam Project should be a windows application with two added components. A label that should state "Hello world" and a button that should say "Click me".The Label should be near the top in the center and the Button should be near the bottom in the center. Make sure to give these components names by using the Properties Window. Name the Label HelloLbl, and name the Button ClickBtn.

Make sure to give all your components names that make sense, like we did in the GoTeam project. The Labels and Textboxes should be near the top towards the right side. The labels should say Fahrenheit and Celsius and the 2 Textboxes should be empty. And the 2 RadioButtons should be in the middle near the left side. One should say Fahr to Celsius and one should say Celsius to Fahr.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!