the contents of the array in a list box. For this assignment, we will be using an array. In later chapters, we will modify this application to use a database or an external text file. The application should look like:

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
icon
Related questions
Question
Description
Create an application that maintains an array of your home inventory and displays
the contents of the array in a list box. For this assignment, we will be using an
array. In later chapters, we will modify this application to use a database or an
external text file. The application should look like:
g My Home Inventory
Home Inventory
Item Description
Ist Homelnventory
Serial Number
Cost
ADD
DELETE
REFRESH
BYE
Detailed Instructions
1. Define arrays for Item Description, Serial Number, and Cost after the Public
Form Q and before any click of page load events.
2. In the Page Load Event, populate the Home Inventory List Box with the data
from the arrays using the format: "ItemDecription (SerialNumber, Cost)".
3. If the ADD button is clicked, add the Item Description, Serial Number, and
Cost to the Home Inventory List Box and to the appropriate arrays.
4. If the DELETE button is clicked, remove the item from the Home Inventory
List Box and corresponding arrays.
5. If the REFRESH button is clicked, sort the arrays and reload the Home
Inventory List Box. (Hint: Search the Internet for a Sort procedure for arrays
and just copy and modify the code. You may also share any code found on
the Internet with your classmates. This is NOT considered plagiarism for this
portion of this assignment.)
6. If the BYE button is clicked, display a Message Box with a message indicating
the number of items in your Home Inventory and the value of those items.
Transcribed Image Text:Description Create an application that maintains an array of your home inventory and displays the contents of the array in a list box. For this assignment, we will be using an array. In later chapters, we will modify this application to use a database or an external text file. The application should look like: g My Home Inventory Home Inventory Item Description Ist Homelnventory Serial Number Cost ADD DELETE REFRESH BYE Detailed Instructions 1. Define arrays for Item Description, Serial Number, and Cost after the Public Form Q and before any click of page load events. 2. In the Page Load Event, populate the Home Inventory List Box with the data from the arrays using the format: "ItemDecription (SerialNumber, Cost)". 3. If the ADD button is clicked, add the Item Description, Serial Number, and Cost to the Home Inventory List Box and to the appropriate arrays. 4. If the DELETE button is clicked, remove the item from the Home Inventory List Box and corresponding arrays. 5. If the REFRESH button is clicked, sort the arrays and reload the Home Inventory List Box. (Hint: Search the Internet for a Sort procedure for arrays and just copy and modify the code. You may also share any code found on the Internet with your classmates. This is NOT considered plagiarism for this portion of this assignment.) 6. If the BYE button is clicked, display a Message Box with a message indicating the number of items in your Home Inventory and the value of those items.
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
Lock objects
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.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Database System Concepts
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)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education