/ Published in: VB.NET
//Made by Brandonio21\\
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
Public Class Form1 Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click If TextBox1.Text = "brandon" Then If TextBox2.Text = "brandon" Then Dim login As String login = "Login Successful!" Else End If Else End If End Sub End Class