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

Question:

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.a. 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.?

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.)?

c. Use an event-handling Sub procedure to clear the label. Also, verify that the user wants to exit the application before closing the form.?

d. Save the solution and then start and test the application.

image

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Question Posted: