Media Summary: Student Login Form Using Visual Basic 6 0 Quick and easy YouTubevia torchbrowser com I have used 4 forms 1 Form contains: 1 Label 2 Command Button 2 Form Contains: 4 Label 3 Text Box 2 Command Button 3 Form ... Just watch and learn, pretty simple. I almost never code this simple, but i thought it would be good for my first video. BTW, sorry, no ...
Visual Basic 6 Login And - Detailed Analysis & Overview
Student Login Form Using Visual Basic 6 0 Quick and easy YouTubevia torchbrowser com I have used 4 forms 1 Form contains: 1 Label 2 Command Button 2 Form Contains: 4 Label 3 Text Box 2 Command Button 3 Form ... Just watch and learn, pretty simple. I almost never code this simple, but i thought it would be good for my first video. BTW, sorry, no ... Disclaimers: All content provided by this channel is intended for EDUCATIONAL PURPOSES ONLY For your request : Just ... I have used 2 Label 2 Text Box And 2 Command Button in my program. Private Sub Command1_Click() If (LCase(Text1.Text)) = "admin" And (LCase(Text2.Text)) = "admin" Then MsgBox "Logged in ...
Dim user As String Dim pass As String user = Text1.Text pass = Text1.Text If user = "admin" And pass = "admin" Then MsgBox ...