Media Summary: Hey there! This is Teja In this video, I will be teaching you how to create a I have used 2 Label 2 Text Box And 2 Command Button in my program. View at full screen :) Click this link to go to for hacking tools + programming applications: Hi all!
Visual Basic 6 Simple Login - Detailed Analysis & Overview
Hey there! This is Teja In this video, I will be teaching you how to create a I have used 2 Label 2 Text Box And 2 Command Button in my program. View at full screen :) Click this link to go to for hacking tools + programming applications: Hi all! Dim user As String Dim pass As String user = Text1.Text pass = Text1.Text If user = "admin" And pass = "admin" Then MsgBox ...