Create a new “GoodJob” 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 git when you first begin.  So, call this first project “GoodJob”.    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, (Study chap. 1 of your textbook / PP slides), plus the Yutube links, it shows you how to start a new Project and start adding components.  We are going to add 3 components to this Project. A Label and 2 Buttons.  The Label should say “Hello World” and the Buttons should say “GoodJob” and “Exit”.  The Label should be near the top in the center and the Buttons 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 Buttons “GoodJobBtn” and “ExitBtn.  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.  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 “GoodJob” 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.    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 “GoodJob” 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 this time.  Coding will follow later.   **Note: Remember to include your full name, class /course, date and the title and do not forget your source of information. Check to make sure you followed the assignment instructions as required before you submit. Points will be deducted if not done according to instructions.

Programming with Microsoft Visual Basic 2017
8th Edition
ISBN:9781337102124
Author:Diane Zak
Publisher:Diane Zak
Chapter2: Planning Applications And Designing Interfaces
Section: Chapter Questions
Problem 8E
icon
Related questions
Question

 Create a new “GoodJob” project. 

  1. Run Visual Studio and select C# Windows Application.
  2. When you first start a C# project you must name your Project. You cannot name your project after you create it.  You must name git when you first begin.  So, call this first project “GoodJob”.   
  3. 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, (Study chap. 1 of your textbook / PP slides), plus the Yutube links, it shows you how to start a new Project and start adding components. 
  4. We are going to add 3 components to this Project. A Label and 2 Buttons.  The Label should say “Hello World” and the Buttons should say “GoodJob” and “Exit”.  The Label should be near the top in the center and the Buttons 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 Buttons “GoodJobBtn” and “ExitBtn.  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. 
  • Now create a new “Convert” project. 
  1. Create a new Visual Studio Project and call it “Convert”.
  2. This project will be used to convert Fahrenheit temps to Celsius and vice-versa.
  3. 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 “GoodJob” 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”.
  4. Add all these components and run this project. Use the Properties window to change any colors or Fonts that you would like. 

 

  • Create a new “Area” project. 
  1. Create a new Visual Studio Project and call it “Area”.
  2. This project will be used to calculate the area of certain figures, like circles, squares and rectangles.
  3. 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 “GoodJob” 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”.
  4. 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 this time.  Coding will follow later.

 

**Note: Remember to include your full name, class /course, date and the title and do not forget your source of information. Check to make sure you followed the assignment instructions as required before you submit. Points will be deducted if not done according to instructions.

Expert Solution
Step 1

Solution: 

 

Assign 1: GoTeam

 

Create a new C# windows computer program with the name GoTeam. Add the below code in the Form1.Designer.cs file for the needed/demanded GUI.

trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 8 steps with 3 images

Blurred answer
Knowledge Booster
Running Time of Application
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Programming with Microsoft Visual Basic 2017
Programming with Microsoft Visual Basic 2017
Computer Science
ISBN:
9781337102124
Author:
Diane Zak
Publisher:
Cengage Learning
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781305480537
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT
Programming Logic & Design Comprehensive
Programming Logic & Design Comprehensive
Computer Science
ISBN:
9781337669405
Author:
FARRELL
Publisher:
Cengage