Question: Need help in WPF project. Project required in visual studio Program Requirements 1. Use Visual Studio and create a C# WPF App. Name the program
Program Requirements 1. Use Visual Studio and create a C# WPF App. Name the program DogAdoption Form. 2. You may design the window any way you feel appropriate. 3. The form must contain the following information. a. Have an image of a dog and display it using the Image Component. Only 1 picture is needed. Display it when the window first appears and leave it up. b. Create a ListBox that contains a list of dog's names. Once a dog is chosen, display the name in a field on the screen. All of the info below, must be entered by the user. C. Enter the dog's gender (M/F). d. Choose the dog's breed: Limit this data to 6 breeds. Allow user to choose one. e. Chose the dog's weight class: Small 3-20, Medium 20-40, Large 40-?? 4. Following buttons are needed to execute some code. a. Supply a button that, when clicked, clears all of the components of the data that was entered. b. Supply a button that, when clicked, allows the user to gather all of he data about the dog and display it one I line at the bottom of the window. This info will be displayed in a "read only" textbox
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
