Media Summary: 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 ... Student Login Form Using Visual Basic 6 0 Quick and easy YouTubevia torchbrowser com Dim user As String Dim pass As String user = Text1.Text pass = Text1.Text If user = "admin" And pass = "admin" Then MsgBox ...
Visual Basic 6 Login Tutorial - Detailed Analysis & Overview
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 ... Student Login Form Using Visual Basic 6 0 Quick and easy YouTubevia torchbrowser com Dim user As String Dim pass As String user = Text1.Text pass = Text1.Text If user = "admin" And pass = "admin" Then MsgBox ... I have used 2 Label 2 Text Box And 2 Command Button in my program.