Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

C# Write compile and test a GUI program named EmmasEmbroidery. This GUI form uses two ListBox controls, a Button control, and several Label controls. Upon

C#

Write compile and test a GUI program named EmmasEmbroidery.

This GUI form uses two ListBox controls, a Button control, and several Label controls. Upon loading, the GUI form should appear similar to that shown below. The right-hand ListBox will be disabled at this point.

image text in transcribed

After selecting a shirt color from the left hand ListBox, the right hand ListBox will be populated with the correct designs for the selected shirt color. Also, the shirt color ListBox will be disabled, and a label will be updated to document the shirt color selection.

image text in transcribed

When a design is selected from the right hand ListBox, the design selection will be appended to the label. Also, the design ListBox will be disabled.

image text in transcribed

Clicking the reset Button will return the form to the starting condition.

1. The shirt color ListBox will be enabled.

2. The design ListBox will be cleared and disabled.

3. The label text will be set to an empty string.

image text in transcribed

The following table lists the available designs for each shirt color:

White Shirt Peacock, Palm Tree, Rose

Black Shirt Race Car, Star, Moon

Red Shirt Palm Tree, Moon

Blue Shirt eacock, Moon

Emma's Embroidery Select a shirt color: Select a design: White Black Red Blue Reset

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

PostgreSQL Up And Running A Practical Guide To The Advanced Open Source Database

Authors: Regina Obe, Leo Hsu

3rd Edition

1491963417, 978-1491963418

More Books

Students also viewed these Databases questions

Question

How wide are Salary Structure Ranges?

Answered: 1 week ago