VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



This is another logincode but the password is saved in a *.dat file

by Ralph (3 Submissions)
Category: Encryption
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Thu 23rd May 2002
Date Added: Mon 8th February 2021
Rating: (1 Votes)

This is another logincode but the password is saved in a *.dat file

API Declarations


in the commandbutton

Rate This is another logincode but the password is saved in a *.dat file



input #1, lineoftext$
if form1.text1 = lineoftext$ then
form2.show
else
msgbox "wrogn password"
close #1
end if


Download this snippet    Add to My Saved Code

This is another logincode but the password is saved in a *.dat file Comments

No comments have been posted about This is another logincode but the password is saved in a *.dat file. Why not be the first to post a comment about This is another logincode but the password is saved in a *.dat file.

Post your comment

Subject:
Message:
0/1000 characters