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 2E
Program Plan Intro

Form design:

  • Open Microsoft Visual Studio.
  • Select Visual Basic and click Windows Application.
  • Name the project as “Jacobson Furniture Project”.
  • Store the file in desired location.
  • The created project is now displayed 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 2E

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

ObjectPropertySetting
Form1TextGross Pay
txtSalesText(Empty)
lblTaxText(Empty)
lblTotalText(Empty)
PictureBox1Imagefurniture.png
btnCalcTextCalculate
btnExitTextExit
  • Add a text box control to input the value of sales.
  • Add two label control to show the result of sales tax calculation.
  • Add two button controls to calculate the sales tax and exit the program respectively.

Blurred answer
Students have asked these similar questions
Design and draw a high-level "as-is" process diagram that illustrates a current process related to a product or service offered through the SSDCI.gov database.
Compare last-mile connections for connecting homes and businesses to the Internet
Explain wireless networking standards

Chapter 3 Solutions

Programming with Microsoft Visual Basic 2017