Question: I need help with GUI C# Windows Form Application using Visual studio 2 0 1 9 . A car dealer wants an application that calculates
I need help with GUI C# Windows Form Application using Visual studio
A car dealer wants an application that calculates the cost of a car.
The GUI application should link the BuildYourCaraccdb database and display all the data in four different ListBox based on the category. Each ListBox should display all the items in that category. The user can only choose one item from each ListBox to add an item to a car. As each item is selected, the application displays the item in a separate ListBox to display. If user wants to remove an item, the user can click the item in the display ListBox to remove it When the item is selected, the cost of that item will be added to the subtotal. When the item is removed, the cost of that item will be subtracted.
The program should include Subtotal, Tax, and Total fields in the GUI. Also, the user can click the Clear Button to restore the Subtotal, Tax, and Total to $
File is BuildYourCar.mdb file Access file format
Need to code for Formcs
and FormDesigner.cs
Tables
Carlnformation
CarInformation
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
