I need help regarding using C# Windows Forms App (.Net Framework) I have the format and information needed for this proj
Posted: Tue Jul 12, 2022 8:20 am
I need help regarding using C# Windows Forms App (.NetFramework)
I have the format and information needed for this project, Ijust need assistance with the coding portion.
For this assignment you are to create a project thatuses two arrays with 10 elements in each array. The followingStates and their Capitals are the two arrays and their elementsthat are required in the project.
1. Ohio, Columbus
2. Missouri, Jefferson City
3. California, Sacramento
4. Arizona, Phoenix
5. Colorado, Denver
6. Hawaii, Honolulu
7. Oregon, Salem
8. Texas, Austin
9. Tennessee, Nashville
10 New York, Albany
Posted below is the format of the project, starting fromthe left is the "CapitalLabel" "StateComboBox""AnswerButton".
The 10 states should be listed in the combo box, and theCapitals should be displayed in the "CapitalLabel" depending on theState selected.
For example if you select Colorado in the"StateComboBox" dropdown menu, then you press the "AnswerButton",Denver should be displayed in the "CapitalLabel".
20 Form1 States and their Capitals Answer 0 X
I have the format and information needed for this project, Ijust need assistance with the coding portion.
For this assignment you are to create a project thatuses two arrays with 10 elements in each array. The followingStates and their Capitals are the two arrays and their elementsthat are required in the project.
1. Ohio, Columbus
2. Missouri, Jefferson City
3. California, Sacramento
4. Arizona, Phoenix
5. Colorado, Denver
6. Hawaii, Honolulu
7. Oregon, Salem
8. Texas, Austin
9. Tennessee, Nashville
10 New York, Albany
Posted below is the format of the project, starting fromthe left is the "CapitalLabel" "StateComboBox""AnswerButton".
The 10 states should be listed in the combo box, and theCapitals should be displayed in the "CapitalLabel" depending on theState selected.
For example if you select Colorado in the"StateComboBox" dropdown menu, then you press the "AnswerButton",Denver should be displayed in the "CapitalLabel".
20 Form1 States and their Capitals Answer 0 X