Question: Complete the steps below. Make sure you Run your project when you are finished to make sure that it works and view the quality of

Complete the steps below. Make sure you Run your project when you are finished to make sure that it works and view the quality of the interface prior to turn it in. Make sure that you close your project when you are ready to turn it in and ZIP the entire project directory so that all files are uploaded to CANVAS.

DELIVERABLES:

A compressed folder containing your C# project (.zip).

INSTRUCTIONS:

For this lab you will be creating the Graphical User Interface (GUI):

Open Visual Studio and create a new Window Application Project.Name MoneyConverter. NOTE: Ensure that C# is the programming language selected.

Make sure the form is named MoneyConverter.Change the Forms Text property to Money Converter.

Add a Label to top the form.

Change the text of the label to say: "Select a country below"

Add a two Picture Boxes below the label, each containing the flag of a country (other than the US)

Change the Name property of each picture box to say the name of the country and the word PictureBox. (Example: FrancePictureBox)

Change the SizeMode property of each picture box to: StretchImage.

Add a label below the Picture Boxes (to the left)

Change the text of the label to say: "The equivalent of $100 in this currency is:"

Add a label to the right of the previous label

Change the name of the label to: CurrencyLabel

Add code to the each PictureBox_Click to show the equivalent of $100 in the CurrencyLabel for the country selected (Hint: Assign a value to CurrencyLabel.text)

Run your program to make sure that it works as expected.

Close your project and ZIP your entire project file. Then upload your project to CANVAS.

I just need the programming section.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!