Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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.

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.

Add to the GoTeam project

  1. Change the Label on the Click Me Button to Go Team.
  2. Make it so that when the user clicks on the button that says Go Team, your favorite sports teams name will appear in the Label near the top of the Form.
  3. Now make it so that the Title Bar, at the top of the form, also displays your favorite teams name when the user clicks the Go Team button.
  4. Make it so that when the user clicks the Exit Button, the application exits.
  5. Lastly make it so that when the user clicks the on the Go Team button, the Go Team button is disabled and the Exit button disappears.

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

  1. When the user clicks the Convert button, display Fahrenheit to Celsius to the Console if the Fahrenheit to Celsius button has been selected, or display Celsius to Fahrenheit to the Console if the Celsius to Fahrenheit button was selected.
  2. Now, also when the user clicks the Convert button, make it so that the Titlebar of the Convert Window reflects which radio button has been chosen. The titlebar should say Celsius to Fahrenheit if the Celsius to Fahrenheit radiobutton is selected. And vice-versa if the Fahrenheit to Celsius radio button is chosen.
  3. Now lets calculate the temperatures. If the user selects the Fahrenheit to Celsius radiobutton, then clicks the Convert button, read the temperature from the Fahrenheit textbox, and do the calculation to convert the temperature to Celsius. Display the Celsius temperature in the Celsius textbox. Next do the same for converting Celsius to Fahrenheit.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Transact SQL Cookbook Help For Database Programmers

Authors: Ales Spetic, Jonathan Gennick

1st Edition

1565927567, 978-1565927568

Students also viewed these Databases questions