video will be here
If UsernameTextBox.Text = "SHEBA" And PasswordTextBox.Text = "COMPUTER" Then
MsgBox("Sucessful login")
AdminPanel.Show()
Me.Hide()
Else
MsgBox("PLEASE TYPE CORRECT ID AND PASSWORD")
End If