Make a Username and Password in VB 6.0
Submitted by princenathan on Friday, July 9, 2010 - 16:37.
      
            - Private Sub log_in( )
 - if text1.text=("nathan") and text2.text=("cute") then
 - form2.show
 - me.hide
 - else
 - msgbox "sorry try to review ur username and password
 - End sub
 
please can u help me code for
please can u help me code for hotel reservation system
      
    VB 6.0
Hi! Can you help me for password log in attempt?? 
Best Regards
[email protected] Many Thanks . 
      
    MS Access
I can help on how to connect vb 6 in ms Access . send me you message in 
[email protected] Thanks!
But pls help in password log in Attempts . XS
Best regards
Thanks
      
    enrollment system
helow can you please help me 4 my thesis can you please give me a sample program 4 computerize enrollment system, and what is the code for saving edit delete and upgrade in datagrid using vb8 with data base please i need your reaply emedietly... tnx 
      
    Attendance monitoring system
Private Sub Login_Click()
If txtusername.Text > "username" And txtpassword.Text > "password" Then
MsgBox "ERROR"
txtusername.Text = " "
txtpassword.Text = " "
Else
frmadmin.Show
Unload Me
End If
End Sub
      
    visual basic 6.0
guyz help in need to generate a report on one person ?