Posted By
|
Message
|
benb7760 - Plasmagem
Registered 24/04/2003
Points 357
|
20th June, 2004 at 17:18:19 -
hi, i am trying to make a 'database' using mmf, where you have a name and a password, and if you type the name into and edit box, and the password into an edit box, and they match up together in the database, then it will allow you to 'login'.
if anyone could give me any ideas i would much appreciate it.
thanks
Plasmagem - http://www.plasmagem.com
No Investments, no risks, make money searching google
http://netbux.org/?r=46841
|
RapidFlash Savior of the Universe
Registered 14/05/2002
Points 2712
|
20th June, 2004 at 23:37:16 -
You can use an .ini file or an array (or the flie object). Let's just use the INI object for simplicity's sake. You pretty much write a value to it, such as NAME and PASSWORD. You then create a String object and set its Alterable String to the name. If the Edit Box's text fits with the name, you then set the Alterable String to the value of the password. If the other Edit Box's text is the same as the alterable string, then you activate Login.
If you're going to do multiple names, then a list box to store the names might become useful.
http://www.klik-me.com
|
|
|