Mirage Source
Simple Password Generator - Printable Version

+- Mirage Source (https://mirage-engine.uk/forums)
+-- Forum: Mirage Source (Nostalgia) (https://mirage-engine.uk/forums/forumdisplay.php?fid=61)
+--- Forum: Archive (2006-2011) (https://mirage-engine.uk/forums/forumdisplay.php?fid=18)
+---- Forum: Resources (https://mirage-engine.uk/forums/forumdisplay.php?fid=49)
+---- Thread: Simple Password Generator (/showthread.php?tid=2006)



Simple Password Generator - Jack - 12-08-2008

0/5 SUPER EASY
Right, Well this is my 1st proper coded by me tutorial.

Adding The generator to New account

Go to FrmNewAccount

add a a label and a text box below password
and then call the label lblGen and call the textbox txtGen
-------------------
Example
Password| :______:


Re: Simple Password Generator - jsventor - 12-08-2008

Whoa I really like that...


Re: Simple Password Generator - Jack - 12-08-2008

=) thanks, Robin told me to mess around with Mirage so I did and came up with that, hope you all like.


Re: Simple Password Generator - Robin - 12-08-2008

Glad to see you're doing something useful.

And you learned how to use for...next loops Big Grin


Re: Simple Password Generator - Jack - 12-08-2008

Thanks Robin.I do take your advice =)