VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Login Module 1.0. A module designed to simplify user authentication within the application by inclu

Jonathan Liu  (9 Submissions)   Encryption   VB 6.0   Unknown Difficulty   Thu 7th February 2002   Mon 8th February 2021

Login Module 1.0. A module designed to simplify user authentication within the application by including sub-routines and function for adding

API Declarations


'by Buttress Root Software
'
'Programmed by Jonathan Liu
'Copyright ©1999-2371 Buttress Root Software. All rights reserved.

Option Explicit
Private Users() As lmUser
Private strUsernames() As String
Private strPasswords() As String

Private Type lmUser
Username As String
Password As String
End Type

Rate Login Module 1.0. A module designed to simplify user authentication within the application by inclu (2(2 Vote))
Login Module 1.0. A module designed to simplify user authentication within the application by inclu.bas

Login Module 1.0. A module designed to simplify user authentication within the application by inclu Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters