Question: Correct the error and write: Private Sub Form1_Load(sender As Object, e As EventArgs) Handles MyBase.Load End Sub Private Sub btnMessage_Click(sender As Object, e As EventArgs)
Correct the error and write: Private Sub Form1_Load(sender As Object, e As EventArgs) Handles MyBase.Load End Sub Private Sub btnMessage_Click(sender As Object, e As EventArgs) Handles btn Message Click MessageBox.Show("Welcome" + txtName.Text + " from " + txtOrg.Text) End Sub Output:If Aisha and MCBS are entered in the textboxes for Name and Organization respectively, the output will be displayed in a textbox as Welcome Aisha from MCBS
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
