My gaia login is WAYYY different.
Code:
Private Sub loginBut_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles loginBut.Click
Me.LoginThread = New System.Threading.Thread(AddressOf Login)
Me.LoginThread.IsBackground = True
Me.LoginThread.Start()
End Sub That's the login. And theres functions and stuff.
It's different because I used multithreading.