Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

USING C SHARP # - windows form application Create an app where the customer can order t-shirts. This order form: Allows the user to select

USING C SHARP # - windows form application

Create an app where the customer can order t-shirts. This order form: Allows the user to select a size from:

Small - 15$

Medium - 15$

Large - 20$

XLarge - 20$

XXLarge - 25$

Note: Make sure the customer can only select one size.

Allows the user to select a color for the t-shirt and displays a preview of the color behind a transparent background image. The color picker should not allow for a custom color to be created by the user.

Allows the user to enter a quantity of a certain color/size of the t-shirt.

This field is validated to be a positive integer.

There's no limit to the number of shirts they can buy.

If the user enters a negative value or leaves this blank, they are alerted with a message and the quantity control gets Focus() so they can try to enter the value again, easily.

Adds the t-shirts the user selects into a 'cart', and allows the user to delete previous entries.

When the user selects 'Checkout':

A summary of their selected purchases is displayed and a breakdown of costs, as well as a total.

Add 6.5% sales tax to the grand total, and show the tax amount as well as the total before tax.

Please Help in C sharp # thank you. Examples are below:

image text in transcribedimage text in transcribedimage text in transcribedimage text in transcribedimage text in transcribedimage text in transcribed

Size: Small - 15$ Medium - 15$ Large - 20$ XLarge - 20\$ XXLarge - 25$ Please enter a valid quantity. Order Form Cart (1) \begin{tabular}{|l|l|l|} \hline Color & Shirt & Price \\ & 25 Small & $375.00 \\ \hline & & \\ \hline & \\ \hline \end{tabular} Remove Selected Checkout T-Shirt Order Form Order Form Cart (2) \begin{tabular}{|l|l|l|} \hline Color & Shirt & Price \\ & 25 Small & $375.00 \\ \hline 4 Small & $60.00 \\ \hline & \\ \hline & \\ \hline \end{tabular} Remove Selected Checkout - T-Shirt Order Form Order Form Cart (3)

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored 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

Recommended Textbook for

Oracle Database 10g Insider Solutions

Authors: Arun R. Kumar, John Kanagaraj, Richard Stroupe

1st Edition

0672327910, 978-0672327919

More Books

Students also viewed these Databases questions

Question

1. Define and explain culture and its impact on your communication

Answered: 1 week ago