Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

9. Create a Windows Forms application. Use the following names for the project and solution, respectively: Translator Project and Translator Solution. Save the application in

image text in transcribed

image text in transcribed

9. Create a Windows Forms application. Use the following names for the project and solution, respectively: Translator Project and Translator Solution. Save the application in the VB2017\Chap06 folder. Create the interface shown in Figure 6-59. The combo box should display the following words: French, Italian, and Spanish. When the interface appears, the first item in the combo box should be selected. a. b. The user will select a radio button in the English group and also select a language from the combo box. The Translate button should use three functions (one for each language) to translate the English word into the desired language. If necessary, use the Internet to find the corresponding French, Italian, and Spanish words. The Translate button should then display the translated word in the label. Code the functions and the button's Click event procedure. (If the Code Editor indicates that a String variable is being passed before it has been assigned a value, assign the String,Empty value to the variable in its Dim statement.) Use an event-handling Sub procedure to clear the label. Also, verify that the user wants to exit the application before closing the form. Save the solution and then start and test the application, c. d

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions