Question: R 6 Sub and Function Procedure Create a Windows Forms application. Use the following names for the project solution, respectively: Translator Project and Translator Solution.
R 6 Sub and Function Procedure Create a Windows Forms application. Use the following names for the project solution, respectively: Translator Project and Translator Solution. Save the in the VB20171Chap06 folder. 9. e appli cation 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 item in the combo box should be selected. b.) The user will select a radio button in the English group and also select a languaee 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 nec use the Internet to find the corresponding French, Italian, and Spanish words, ty 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 c. wants to exit the application before closing the form. Save the solution and then start and test the application. d. Translator English O Mother O Eather Translate to: Iranslate DropDownList combo box Exit O Sister O Brother label gure 6-59 Interface for Exercise 9
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
