> Good Afternoon, > > I have a program that is password protected. Very simple > structure at the moment - alerts the user that they entered > an incorrect password and they have "x" attempts left out of > a possible 3 trys. What the client wants is... if you fail > on all three attempts the program will not launch again > unless it is re-installed. I was toying with the idea of > deleting the projector after three failures - write to an > external file that prompts this action?? Is this possible or > is there a better way altogether?
I'd use Buddy to write an encrypted string to an ini file. If the ini file is missing, or the encrypted string isn't what you expect it to be, bail. Cordially, Kerry Thompson [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi To post messages to the list, email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED]). Lingo-L is for learning and helping with programming Lingo. Thanks!]
