Programming with Microsoft Visual Basic 2017
Programming with Microsoft Visual Basic 2017
8th Edition
ISBN: 9781337102124
Author: Diane Zak
Publisher: Cengage Learning
Question
Book Icon
Chapter 3, Problem 14E
Program Plan Intro

Form design:

  • Open Microsoft Visual Studio.
  • Select Visual Basic and click Windows Application.
  • Name the project as “Sales Project”.
  • Store the file in desire location.
  • The created project is now display with a form in the name of Form1.
  • Rename the Form1 as “Main Form” and add the necessary components.
  • In property window, change the Form name and add changes for Form elements properties.
  • Click the File menu->Save All.

View of the form design in the IDE:

Programming with Microsoft Visual Basic 2017, Chapter 3, Problem 14E

The form control properties in the properties window are as follows:

ObjectPropertySetting
Form1TextSales Percentages
PictureBox1ImageDollarSigns.png
txtJimText(Empty)
txtKarenText(Empty)
txtMartinText(Empty)
lblJimText(Empty)
lblKarenText(Empty)
lblMartinText(Empty)
btnCalcTextCalculate
btnExitTextExit
  • Add a PictureBox control to show the images.
  • Add  three text box controls to get the sales person’s  sales information.
  • Add  three label controls to show the sales person’s percentages.
  • Add two button controls, one to compute the percentage and another to close the application.

Blurred answer
Students have asked these similar questions
In this exercise, you modify the Gross Pay application from this lesson. Use Windows to make a copy of the Gross Pay Solution folder. Rename the copy Modified Gross Pay Solution. Open the Gross Pay Solution (Gross Pay Solution.sln) file contained in the Modified Gross Pay Solution folder. Open the designer and Code Editor windows. Locate the form’s Load event procedure. Change both For…Next statements to Do…Loop statements. Save the solution and then start and test the application. Close the Code Editor window and then close the solution.
In this exercise, you will create the Jacobson Furniture application. The application’s Planning Chart is shownbelow.a. Use either a flowchart or pseudocode to plan the btnCalc_Click procedure, which should calculate anddisplay both a 5% sales tax and the total due.b. Create a Windows Forms application. Use the following names for the project and solution,respectively: FamilyName_Furniture Project and FamiltyName_Furniture Solution. Save the applicationin the VB2019\Exercise2 folder. Enter the three Option statements in the Code Editor window. Codethe btnCalc_Click procedure using variables and a named constant. Display the sales tax with a comma(if necessary) and two decimal places. Display the total due with a comma (if necessary), a peso signand two decimal places. Save the solution and then start and test the application. (If the sales amountis 500, the sales tax and total due are 25.00 and P525.00, respectively.)c. Now professionalize your interface by coding the text box’s…
Create Use Case Diagram for the WhatsApp application . Make sure to follow rules in creating Use Case Diagram.

Chapter 3 Solutions

Programming with Microsoft Visual Basic 2017

Knowledge Booster
Background pattern image
Similar questions
SEE MORE QUESTIONS
Recommended textbooks for you
Text book image
Programming with Microsoft Visual Basic 2017
Computer Science
ISBN:9781337102124
Author:Diane Zak
Publisher:Cengage Learning