Public Class Form1
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs)
If TextBox2.Text = ("Something") Then TextBox1.Text = ("Something")
End Sub
End Class
If TextBox2.Text = ("Hello") Then TextBox1.Text = ("Welcome")
If textbox2.contains(textbox1.text) then
msgbox.show("OHHH")
