Question: 17. Create an application, using the following names for the solution and project, respectively: Bindy Solution and Bindy Project. Save the application in the VB2015
17. Create an application, using the following names for the solution and project, respectively: Bindy Solution and Bindy Project. Save the application in the VB2015\
Chap09 folder. Bindy Enterprises sells the 10 items listed in Figure 9-61. Code the application in a way that allows the user to perform the tasks listed in the figure.
(For Tasks 1 and 2, you can use either a text box or a list box to get the ID and/or color information from the user.) Test the application appropriately.

ID Color Price 101 Blue 4.99 102 Red 4.99 103 Blue 10.49 104 Red 10.49 105 White 6.79 106 Red 6.79 107 Blue 6.79 108 Black 21.99 109 White 21.99 110 Blue 21.99 Tasks 1) When the user either enters the ID in a text box or selects the ID from a list box, the application should display the ID's color and price. 2) When the user either enters the color in a text box or selects the color from a list box, the application should display the IDs and prices of all items available in that color. 3) When the user enters a price in a text box, the application should display the IDs, colors, and prices of items selling at or below that price.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
