Question: How do you do this using visual studio on a Mac? You are tasked with creating an application with five PictureBox controls. In the Poker
How do you do this using visual studio on a Mac?
You are tasked with creating an application with five PictureBox controls. In the Poker Large folder, you will find JPEG image files for a complete deck of poker cards. Feel free to choose any card image that you like or be creative with this application. Each PictureBox should display a different card from the set of images. When the user clicks any of the PictureBox controls, the name of the card should be displayed in a Label control. AdAn example of the application running is shown below.
This image shows the applications form when it starts running.
This image shows the form after the user has clicked the two of clubs card. Notice the other cards disappear.
This image show the form after the user clicked the Reset button.
**HINTS**
You will use the .Visible property for the PictureBoxes to make the cards disappear and to make them reappear when the Reset button is Clicked. You will use the .Textproperty of the Label to clear the contents when the Reset button is clicked.
To make it easier to program your controls, you should name them properly. Here are some suggestions:
Name the Label - OutputLabel (no spaces)
Name the Rest button - ResetButton (no spaces)
Name the Exit button - ExitButton (no spaces)
Zipped files and folders for the application named: LabWork1
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
