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

Form design:

  • Open Microsoft Visual Studio.
  • Select Visual Basic and click Windows Application.
  • Name the project as “Moonbucks 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 2, Problem 2E

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

ObjectPropertySetting
Form1TextMoonbucks
txtCurrentText(Empty)
lblIncreaseText(Empty)
lblProjectedText(Empty)
btnCalcTextCalculate
btnExitTextExit
  • Add a text box control to input the value of current sales.
  • Add two label controls to display the results of the projected sales and 10% increase on current sales.
  • Add two button controls to calculate the projected sales and exit the program respectively.

Blurred answer
Students have asked these similar questions
Create Use Case Diagram for the WhatsApp application . Make sure to follow rules in creating Use Case Diagram.
Create a Windows Forms application. Use the following names for the project and solution, respectively: OnYourOwn Project and OnYourOwn Solution. Save the application in the VB2017\Chap10 folder. Plan and design an application of your choice. The only requirement is that you must follow the minimum guidelines listed in Figure 10-45. Before starting the application, be sure to verify the name of the startup form. Save the solution and then start and test the application.
When a form has been modifi ed since the last time it was saved, whatappears on its tab in the designer window?
Knowledge Booster
Background pattern image
Similar questions
Recommended textbooks for you
Text book image
Programming with Microsoft Visual Basic 2017
Computer Science
ISBN:9781337102124
Author:Diane Zak
Publisher:Cengage Learning