Media Summary: I have used 2 Label 2 Text Box And 2 Command Button in my program. Student Login Form Using Visual Basic 6 0 Quick and easy YouTubevia torchbrowser com How To Make A Simple Login Form In Visual Basic 6 0
Visual Basic 6 0 Login Form - Detailed Analysis & Overview
I have used 2 Label 2 Text Box And 2 Command Button in my program. Student Login Form Using Visual Basic 6 0 Quick and easy YouTubevia torchbrowser com How To Make A Simple Login Form In Visual Basic 6 0 Dim user As String Dim pass As String user = Text1.Text pass = Text1.Text If user = "admin" And pass = "admin" Then MsgBox ... 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 ... In his Tutorial we will learn how to create a responsive user
this tutorial is for (complete beginners) Need Help Or Need code? Feel Free To Contact Us Here here i am going to show ... Student Login Form Using Visual Basic 6 0 tutorial Quick and easy Private Sub Command1_Click() If (LCase(Text1.Text)) = "admin" And (LCase(Text2.Text)) = "admin" Then MsgBox "Logged in ...