Advance Login(Updated)

Language
^__^ Good Day!!! Because of criticism of some readers....i decided to make my program more sensitive when interacting w/ users.... "But Thanks to that!!!" I have included also another function that can detect if the program was already running.. Thnx..!! ^__^ Have a great day!

Note: Due to the size or complexity of this submission, the author has submitted it as a .zip file to shorten your download time. After downloading it, you will need a program like Winzip to decompress it.

Virus note: All files are scanned once-a-day by SourceCodester.com for viruses, but new viruses come out every day, so no prevention program can catch 100% of them.

FOR YOUR OWN SAFETY, PLEASE:

1. Re-scan downloaded files using your personal virus checker before using it.
2. NEVER, EVER run compiled files (.exe's, .ocx's, .dll's etc.)--only run source code.

Comments

In reply to by Anonymous (not verified)

User Control Yan pre.. ^__^

ang galing mo naman sa programming!!!EXTREME!!

In reply to by Anonymous (not verified)

haha..thnx po... hindi amn po ako mgling.. mrunong lng po... anyway thnx ulit ^_^

sir pa help nman po ng aking bus reservation system using C#..pls po..ung cmple lng po ung log in, add,edit, delete passenger po plz...

do u still have the codes for bus reservation system using C#

pa help nmn anu puh username saka password n2

In reply to by Anonymous (not verified)

sure..how can i help you?

ito po ung code ko: Dim labas As String, tries As Integer Private Sub Command1_Click() Dim rs As ADODB.Recordset, sql As String If Text1.Text = "" Or Text2.Text = "" Then If MsgBox("Either UserName or Password contains nothing. Please retry!", vbOKOnly + vbInformation, "LogIn Info") Then Exit Sub End If sql = "Select * from login WHERE username = '" & Trim(Text1.Text) & "' and password = '" & Trim(Text2.Text) & "'" 'if END OF FILE(no records found) Set rs = New ADODB.Recordset rs.Open sql, cons If rs.EOF Then tries = tries + 1 If tries = 4 Then MsgBox "Invalid UserName and Password!, Sorry you've reached the maximum retries for entering a valid UserName and Password." End ElseIf tries = 3 Then MsgBox "Invalid UserName and Password!, You are given three attempts to enter a valid UserName and Password.", vbCritical, "LogIn Info" Label3.Caption = "WARNING!: You only have one attempt to enter a valid UserName And Password." Text1.Text = "" Text2.Text = "" Text1.SetFocus ElseIf tries = 2 Then MsgBox "Invalid Username and Password!, You are given three attempts to enter a valid UserName and Password.", vbCritical, "LogIn Info" Text1.Text = "" Text2.Text = "" Text1.SetFocus Else MsgBox "WELCOME!", vbInformation, "LogIn Info" frmmain.Show Unload Me End If End If End Sub -----ayaw na po kasi nya basahin ung TAMANG username and password pano po kea 2.

In reply to by Anonymous (not verified)

send me ur prgram and i will fix it...

nice program bro. Im lookin for advance login system like how to separate the fucntion of admin and user.
my frnd in school shared me this program and i wasnt able to used it. mpareho lng kasi to sa ginawa ko, this is challenging but Im not good at it. im just a student..please bro if u know how, add me na lng sa fb. please search(ixan hermogino)..thank you man.

In reply to by ixan (not verified)

Dre.. ako nlng add mo.. :) See the Links Below! Thank you!

kuya, patulong naman.. gagawa kasi kami ng faculty evaluation system.. wla akong ibang malapitan e.. nag-pm na ako sa email mo po.. salamat po :D

Hello Guys.. if you have questions or you need some help here's my updated info. for you to contact me.. See below. Thanks!

sir can u make an advanced login system using data control?

kindly help me with the source code. nice works man, kep it up.

cool bro...love it

good job.. ang galing ng program mo.. good to know that there are still people willing to share there knowledge.. thanks

Hello, Good Day, i start making my proposed payroll system but i don't know what to do,, i start with log-in form but a code i've put would not run Private Sub Cmdlogin_Click() if txtuser.Text = "admin" And txtpass.Text = "pass" Then MsgBox("Invalid Username & Password") Else MsgBox(Success to Log-in) Enf If End Sub i used vb 6.0.. can you help me?

meron ka bang simpleng quiz program with database

Add new comment