Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

1 . ) Assign 1 : Add to the GoTeam project from Lab # 1 . a . Change the Label on the Click Me

1.) Assign 1: Add to the GoTeam project from Lab #1.
a. Change the Label on the Click Me Button to Go Team.
b. 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.
c. 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.
d. Make it so that when the user clicks the Exit Button, the application exits.
e. 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.
2.) Assign 2: Now start working on the Convert project from Lab #1.
a. Lets first determine which Radio button has been selected. 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.
b. 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.
c. 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.
d. If the user fails to enter a temperature in the appropriate textbox when converting, pop up a message box to tell the user that they forgot to enter a temp.
e. Make the Exit Button work.
f. Add a Clear button to the Convert Program. The Clear button should clear out the 2 temperature Textboxes.

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

Concepts of Database Management

Authors: Philip J. Pratt, Mary Z. Last

8th edition

1285427106, 978-1285427102

More Books

Students also viewed these Databases questions

Question

3.1 Given A = 3E1, E3, E6, E94 , define A.

Answered: 1 week ago