Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

In this module, you learned about how programming languages work on a computer. You also learned some of the basic syntax in C#. You have

In this module, you learned about how programming languages work on a computer. You also learned some of the basic syntax in C#.

You have access to a compressed folder named Cards. In this folder, you will find JPEG image files for a complete deck of poker cards, as well as what the application might look like while running. You will need to download and extract the folder before using it.

NOTE: All controls should be correctly named using the naming standards indicated.

Your assignment should include and meet the following objectives:

Create an application with ten PictureBox controls (5 will be on the bottom, 5 will be on the Top), 2 labels, and 2 Buttons:

  • The 2 application form graphics show an example of what your application might look like when running.
  • One label will have the directions of what you want the player to do.
  • When the application starts, the player should see the 5 top cards. When the PictureBox is clicked, it should show the card behind it.
  • One button should Reset the deck as though the card has been turned over and clears the text from the second label.
  • One button will be the Exit Button.
  • Each PictureBox should display a different card from the set of images (you pick the cards).
  • When the user clicks any of the PictureBox controls, the name of the card should be displayed in the 2nd label control.
  • Add a background graphic to the form (you pick one).

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_2

Step: 3

blur-text-image_3

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

Object Databases The Essentials

Authors: Mary E. S. Loomis

1st Edition

020156341X, 978-0201563412

More Books

Students also viewed these Databases questions

Question

How many Tables Will Base HCMSs typically have? Why?

Answered: 1 week ago

Question

What is the process of normalization?

Answered: 1 week ago