Question
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
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