System.EventArgs) Handles BtnRunSequence.Click
TxtResult.Text = CInt(TxtNum1.Text) + CInt(TxtNum2.Text)
End Sub
, TxtPassword.Text = TxtPassword.Text.ToUpper()
If TxtPassword.Text = "KANGAROO" Then
MessageBox.Show("You entered the correct password")
Else
MessageBox.Show("That is incorrect, Try again")
End If
End Sub