Question: Review the completed VB.NET program below that is for the shown table and GUI. Then answer the questions that follow the program by filling in
Review the completed VB.NET program below that is for the shown table and GUI. Then answer the questions that follow the program by filling in the blanks.

Label2 Car Maker Choose Label3 Model Choose Model ComboBox1 ComboBox2 Car Maker Model Choose Maker Choose Model Find Price Base Price Retail Price Button! Label4 Find Price Base Price Labels TextBox1 TextBox2 Retail Price Public class Forni Inherits system.Windows.Forms. Form Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load ComboBox1.Items.Add("Ford") ComboBox1.Items.Add("Toyota") ComboBox2.Items.Add("ox") ComboBox2.Items.Add("LX") ComboBox2.Items.Add("EX") End Sub Private Sub Button1_Click(ByVal sender As System.object, ByVal e As System.EventArgs) Handles Button1.click Dim MfPrice, BasePrice, RetailPrice As Double If (comboBox1.Text-"Choose Maker") or (comboBox2.Text="choose Model") Then MsgBox("Please choose...",, "missing input") Else If ComboBox1.Text = "Ford" Then MfPrice - 20000 Else MfPrice - 25eee End If If ComboBox2.Text = "X" Then BasePrice - MfPrice + 2000 Else If ComboBox2.Text = "LXThen BasePrice = MfPrice + 3eee Else BasePrice - MfPrice + 4000 End If End If RetailPrice - BasePrice + see TextBox1.Text = Format (BasePrice, "Currency") TextBox2.Text = Format(RetailPrice, "currency") End If End Sub End Class Q1: In the "run mode of the above VB.NET program, if the user click the "Find Price" button without choosing anything, appears in the message box, that has the title Q2: In the "run mode of the above VB.NET program, if the user selects "Ford" for Maker and "LX" for Model, and then clicks the "Find Price" button, appears in TextBox1, and appears in TextBox2. annons in TOY ROY1 and innaars in TOYTROY
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
