Create a C# application for MotorHub using Visual Studio. The application should be titled “MotorHub Car Inventory App”. It must consist of a car logo (see Figure 1). The application must allow the user to enter the car details and store them. Your application must consist of a class for handling the car details. The car details that you need to capture are the Inventory Number, Name, Model, Year, Mileage and Price. The class must also consist of a default constructor which initialises the public properties. The class must also contain a constructor which sets the properties to values received from the main form. The application should accept values from a user which will be typed into the textboxes. When a user enters the car details and clicks the “Add Car” button, a new Car object must be created and stored in an ArrayList. At the same time, a method must update the ListBox with the inventory number. This will allow the user to select an inventory number and the car details will be displayed in the textboxes. Ensure that only numerical values are entered for the Year, Mileage and Price A user should be able to add more cars and their inventory numbers to the ListBox using the Add
Create a C# application for MotorHub using Visual Studio. The application should be titled “MotorHub Car Inventory App”. It must consist of a car logo (see Figure 1). The application must allow the user to enter the car details and store them. Your application must consist of a class for handling the car details. The car details that you need to capture are the Inventory Number, Name, Model, Year, Mileage and Price. The class must also consist of a default constructor which initialises the public properties. The class must also contain a constructor which sets the properties to values received from the main form. The application should accept values from a user which will be typed into the textboxes. When a user enters the car details and clicks the “Add Car” button, a new Car object must be created and stored in an ArrayList. At the same time, a method must update the ListBox with the inventory number. This will allow the user to select an inventory number and the car details will be displayed in the textboxes. Ensure that only numerical values are entered for the Year, Mileage and Price A user should be able to add more cars and their inventory numbers to the ListBox using the Add
Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
Related questions
Question
Create a C# application for MotorHub using Visual Studio. The application should be titled
“MotorHub Car Inventory App”. It must consist of a car logo (see Figure 1). The application
must allow the user to enter the car details and store them. Your application must consist of
a class for handling the car details. The car details that you need to capture are the
Inventory Number, Name, Model, Year, Mileage and Price. The class must also consist of a
default constructor which initialises the public properties. The class must also contain a
constructor which sets the properties to values received from the main form. The application
should accept values from a user which will be typed into the textboxes.
When a user enters the car details and clicks the “Add Car” button, a new Car object must
be created and stored in an ArrayList. At the same time, a method must update the
ListBox with the inventory number. This will allow the user to select an inventory number
and the car details will be displayed in the textboxes. Ensure that only numerical values are
entered for the Year, Mileage and Price
A user should be able to add more cars and their inventory numbers to the ListBox using
the Add Car button. The application should have a “Remove Car” button, which will remove
the car selected from the ListBox. When a new non-numerical number is entered for
either the year, mileage or price, the application should display a message to the user
informing them of this
When the Remove Car is clicked and there are no items in the ListBox, an error message
must be displayed to the user to inform them of this.
The application should also have a menu, with sub-menu options: About and Exit. The
About menu should show the application’s developer name as well as the date the
application was developed
When the Exit menu option is clicked, it should display a confirmation dialog box where the user
has to confirm whether or not they would like to terminate the application:
Expert Solution
This question has been solved!
Explore an expertly crafted, step-by-step solution for a thorough understanding of key concepts.
This is a popular solution!
Trending now
This is a popular solution!
Step by step
Solved in 2 steps
Knowledge Booster
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.Recommended textbooks for you
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education