Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Problem 7-1 Movie Genres - Write an app that lets a User select a movie from a list and then displays the genre of that
Problem 7-1 Movie Genres - Write an app that lets a User select a movie from a list and then displays the genre of that movie. Here is the result after the User selects Casablanca: Herniter B Prob 7-1 Movie Genres X Movies Genre drama Gone with the Wind Rebecca How Green Was My Valley Mrs. Miniver Casablanca Going My Way Notice that there is no button! Here are some guidelines: 1. Download and save both text files provided in this assignment. 2. Copy the list of planets from the Movies.txt text file provided and paste them to the list box on your form. Use "Edit Items". 3. Copy the text file Genres.txt into the \bin\Debug folder, located in your program's inner project folder 4. Declare a string array for the distances. Use ReadAllLines to copy each line of the text file. 5. Do NOT use a button because I don't want you to use the button click event code sandwich. Instead use the event associated with the list box
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started