ive coded a log out button using VB but when it logs out, the username and password still shows and u can log back in without entering details?
the code I used was:
Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click
Me.Hide()
Login.Show()
End Sub
the code I used was:
Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click
Me.Hide()
Login.Show()
End Sub