Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Create a WPF app using C# in Visual studio Data Information Create a text file with the following dogs information, make up the information of
Create a WPF app using C# in Visual studio
Data Information
- Create a text file with the following dogs information, make up the information of 10 dogs
- Dogs name.
- Dogs birthdate.
- Dogs breed.
- Dogs weight.
- Is up-to-date on shots?
- # of months the dog has been at your kennel.
- A filename containing a picture of the dog. This filename must have an extension.
- Make the program scan the data in the text file then display the data in a text box when a dog name is selected in the 1st main window.
The Windows Layout
- 1st Main window
- List 10 dog names in a list box, for the user to view.
- Allows user to choose which dog to look at by selecting the name from a list
- Also, have a place on the Window that displays a picture of the dog selected.
- A button will be provided to allow the user to confirm that this is the dog he wants
- A second button shall allow the user to exit the program.
- 2nd Confirmation Windows
- Display this window when user chose to purchase the dog.
- Again display all of this data about the dog, so user can confirm this is what they want.
- Display an additional field asking if the user would like to make a donation
- Provide two buttons on this window and all the above requirements.
- 1st button:Cancel the order. If Cancel, go back to previous window.
- 2nd button; Confirm the order
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