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:

Microsoft Visual C#
7th Edition
ISBN:9781337102100
Author:Joyce, Farrell.
Publisher:Joyce, Farrell.
Chapter6: Using Arrays
Section: Chapter Questions
Problem 5E
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
Microsoft Visual C#
Microsoft Visual C#
Computer Science
ISBN:
9781337102100
Author:
Joyce, Farrell.
Publisher:
Cengage Learning,
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT
Programming with Microsoft Visual Basic 2017
Programming with Microsoft Visual Basic 2017
Computer Science
ISBN:
9781337102124
Author:
Diane Zak
Publisher:
Cengage Learning