subject

Develop a Windows Forms app to calculate and display used computer charges based on CPU cost, monitor cost, and additional costs such as an optional yearly maintenance and a warranty. All sales must include a tax of 6.25%. CPU and monitor models are to be selected from a comboBox control (model names can be added based on what is currently in inventory). Optional charges such as a yearly maintenance fee of $250 or a warranty of $125.00 can be added to the purchase. Final charges should display what CPU and monitor was selected and the cost, any additional optional charges, subtotal, sales tax, and total charges. These charges should not be able to be changed by the user. Visual Basic Topics and Control Objects: Windows Form, Variable and Data Types, Data Assignment, Conditional Statements, Checkbox Control, Group Box Control, ToolTip Control, Button Control, TextBox Control, PictureBox control, Label Control, MessageBox, exception handling General Project Requirements 1. In the source code, make sure to include your name, class, and date
2. The Windows Form should be easy to understand using appropriate Label and ToolTip controls to help the user navigate through the application (see sample Form and sample video)
3. Comments should be placed throughout your VB code. Variables and control objects should follow common naming conventions (see common naming conventions handout)
4. Make sure the Windows Form has Text (le "ACE Used Computer Sales...")
5. Use ComboBox controls to select CPU and Monitor models
6. Use Textbox controls to enter the costs
7. Use Label controls to indicate company name, CPU cost, etc.
8. Use TextBox controls to display all the charges (Set Enable = False to 'grey out the textbox)
9. Use Error Handling (Try...Catch...Finally) to account for common errors. For example, if a user enters incorrect data types into the cost textboxes a. Display a message (using a MsgBox)to the user where necessary
10. Use a GroupBox control to contain the additional charges (CheckBox controls) and Charges (CPU, Monitor, Tax, etc.)
11. Use a PictureBox control to display an image on the Windows Form
12. Provide the ability for a user to clear all input/outputs displayed
13. Provide the user with an app 'Exit' button

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 21.06.2019 19:40
Write the quartstogallons java class that declares a named constant to hold the number of quarts in a gallon (4). also declare a variable to represent the number of quarts needed for a painting job, and assign an appropriate valueβ€”for example, 18. compute and display the number of gallons and quarts needed for the job. display explanatory text with the values, for example:
Answers: 2
question
Computers and Technology, 23.06.2019 01:00
Write the command that can be used to answer the following questions. (hint: try each out on the system to check your results.) a. find all files on the system that have the word test" as part of their filename. b. search the path variable for the pathname to the awk command. c. find all files in the /usr directory and subdirectories that are larger than 50 kilobytes in size. d. find all files in the /usr directory and subdirectories that are less than 70 kilobytes in size. e. find all files in the / directory and subdirectories that are symbolic links. f. find all files in the /var directory and subdirectories that were accessed less than 60 minutes ago. g. find all files in the /var directory and subdirectories that were accessed less than six days ago. h. find all files in the /home directory and subdirectories that are empty. i. find all files in the /etc directory and subdirectories that are owned by the group bin."
Answers: 1
question
Computers and Technology, 23.06.2019 11:00
In the context of the box model, what is the difference between a margin and a padding? a. a padding lies outside a box border, while a margin lies inside it. b. a padding lies inside a box border, while a margin lies outside it. c. a padding can be adjusted independently, while a margin depends on the size of its box. d. a padding depends on the size of its box, while a margin can be adjusted independently.
Answers: 3
question
Computers and Technology, 23.06.2019 23:00
Lucas put a lot of thought into the design for his company's new white paper. he made sure to include repeating design elements such as color schemes and decorative images. his goal was to a.add symmetry b.create a unified publication c.provide consistency d.save money
Answers: 1
You know the right answer?
Develop a Windows Forms app to calculate and display used computer charges based on CPU cost, monito...
Questions
question
Chemistry, 28.01.2020 00:31