Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

done using visual studio 2022 C# windows desktop app WPF .net framework please follow the guidelines - Use Visual Studio 2022 as the development tool.

image text in transcribed

done using visual studio 2022 C# windows desktop app WPF .net framework please follow the guidelines

- Use Visual Studio 2022 as the development tool. - Create a new project. Choose these options: C\# > Windows > Desktop. - Select WPF with .Net Framework. - Design the window with the appropriate controls listed below. - Lay out the controls so they are appealing to the user, and easy to understand. Controls for Input Data 1. You can use whatever controls you feel are appropriate for this lab. 2. The input are controls are for: - First and last name (strings) - SSN (a 9-digit number). - Gross Income (a \$ amount) - Charitable Deduction (a $ amount) - Mortgage Interest (\$ amount). - \# of dependencies (a \# from 0 - 5) - Filing Status. Choose one (Single, Married, Married Filing Separately, or Head of Household). 3. Output Controls: - Display if you OWE or REFUND of your taxes. - Display the amount that you Owe or Refund (\$ amount). 4. Buttons that will trigger code. - 3 Buttons: Clear Fields, Calculate, and Exit. 5. Processing - The \# of dependents x$5,000, as a deduction. - For the filing status', deduct the following amount. - When Calculate is clicked, calc the amount, that is to be displayed. 6. Design Notes for laying out the window. - Make the window NOT resizable. - Give the windows a Title "IST331_Federal Tax Returns". - Give all of the controls a proper name. The different prefixes for the controls: btn(button), rad(radioButton), chk(checkbox), win(window) cbo(combo box) Add Events Create an event (click event) Click Event for the 3 buttons: 1. Calculate: Reads all of the input and does the calculation to determine the amount of money you owe, or are getting a Refund. 2. Clear All Fields: clear the data in the textboxes, checkboxes, comboBox, and set the radio button back to "Adult". 3. Exit Button: Use this command to exit: Application.Current.Shutdown()

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions