1. Create an application in which all of the cars in a database are displayed in a checked list box. When the user makes a selection, the car's price is displayed, as shown in figure below. Use the HonestRalphsUsedCars database in your downloadable student files. Save the project as CarPriceFinder.
Figure: see image.
2. Create an application in which the user can select movies to view by entering part of the title or part of the director's name. The user clicks a radio button to choose which type of criterion is used. Then the user can enter all or part of the titles name or directors name into a TextBox. Allow the user to find matches regardless of case. See Figure below for a typical execution. Use the Movies database in your downloadable student files. Save the project as MovieFinder.
Figure: see image.
3. Create an application in which the user can enter a year to split a list of movies into those released before the indicated year and those released in the indicated year or afterward. Labels above each list should reflect the user's chosen cut-off year. Each list should be in order by release year. See Figure below for a typical execution. Use the Movies data-base in your downloadable student files. Save the project as MovieFinder2.
Figure: see image.