Quick Context: Dim user As String Dim pass As String user = Text1.Text pass = Text1.Text If user = "admin" And pass = "admin" Then MsgBox ... Private Sub Command1_Click() If (LCase(Text1.Text)) = "admin" And (LCase(Text2.Text)) = "admin" Then MsgBox "Logged in ...

Visual Basic 6 Login And Calc Tut Part2 -

Dim user As String Dim pass As String user = Text1.Text pass = Text1.Text If user = "admin" And pass = "admin" Then MsgBox ... Private Sub Command1_Click() If (LCase(Text1.Text)) = "admin" And (LCase(Text2.Text)) = "admin" Then MsgBox "Logged in ... module 1 Public Sub Creatuser() On Error GoTo A Dim user, pass As String user = Form1.Text3.Text pass = Form1.Text4.

Important details found

  • Dim user As String Dim pass As String user = Text1.Text pass = Text1.Text If user = "admin" And pass = "admin" Then MsgBox ...
  • Private Sub Command1_Click() If (LCase(Text1.Text)) = "admin" And (LCase(Text2.Text)) = "admin" Then MsgBox "Logged in ...
  • module 1 Public Sub Creatuser() On Error GoTo A Dim user, pass As String user = Form1.Text3.Text pass = Form1.Text4.
  • Reading the comments I thought to write out the logic for this program.

Why this topic is useful

A structured page helps reduce disconnected snippets by grouping the main subject with context, examples, and nearby entries.

Sponsored

Frequently Asked Questions

Is the information always complete?

Not always. Some topics may need verification from official or primary sources.

How should readers use this information?

Use it as a starting point, then open related pages for more specific details.

What should readers check next?

Readers should check related pages, official references, or updated sources when details matter.

Image References

Visual basic 6 Login and calc tut (part2)
How to Create your own LoginForm using Visual Basic 2008/2006 [Part 2]
How to create an advanced login system with visual basic 6 portable part2
Visual basic 6 Login and calc tut (part3)
Visual basic 6 Login and calc tut (part1)
Visual Basic 6.0 Login Form
Create Login Form in VB 6.0 (Part 2)
Visual Basic Login Form Using MS Acces as Back End
Student Login Form Using Visual Basic 6.0 software
03 Visual Basic 6.0 Project Training - Login Validation; Process; Access Database
Sponsored
View Full Details
Visual basic 6 Login and calc tut (part2)

Visual basic 6 Login and calc tut (part2)

Read more details and related context about Visual basic 6 Login and calc tut (part2).

How to Create your own LoginForm using Visual Basic 2008/2006 [Part 2]

How to Create your own LoginForm using Visual Basic 2008/2006 [Part 2]

Read more details and related context about How to Create your own LoginForm using Visual Basic 2008/2006 [Part 2].

How to create an advanced login system with visual basic 6 portable part2

How to create an advanced login system with visual basic 6 portable part2

module 1 Public Sub Creatuser() On Error GoTo A Dim user, pass As String user = Form1.Text3.Text pass = Form1.Text4.

Visual basic 6 Login and calc tut (part3)

Visual basic 6 Login and calc tut (part3)

Read more details and related context about Visual basic 6 Login and calc tut (part3).

Visual basic 6 Login and calc tut (part1)

Visual basic 6 Login and calc tut (part1)

Read more details and related context about Visual basic 6 Login and calc tut (part1).

Visual Basic 6.0 Login Form

Visual Basic 6.0 Login Form

Private Sub Command1_Click() If (LCase(Text1.Text)) = "admin" And (LCase(Text2.Text)) = "admin" Then MsgBox "Logged in ...

Create Login Form in VB 6.0 (Part 2)

Create Login Form in VB 6.0 (Part 2)

Sorry for low video quality picture. Reading the comments I thought to write out the logic for this program. On entering the label ...

Visual Basic Login Form Using MS Acces as Back End

Visual Basic Login Form Using MS Acces as Back End

Read more details and related context about Visual Basic Login Form Using MS Acces as Back End.

Student Login Form Using Visual Basic 6.0 software

Student Login Form Using Visual Basic 6.0 software

Dim user As String Dim pass As String user = Text1.Text pass = Text1.Text If user = "admin" And pass = "admin" Then MsgBox ...

03 Visual Basic 6.0 Project Training - Login Validation; Process; Access Database

03 Visual Basic 6.0 Project Training - Login Validation; Process; Access Database

Read more details and related context about 03 Visual Basic 6.0 Project Training - Login Validation; Process; Access Database.