Hello *MPGH*
I Would Like To Make A Password Generator
But I Need It To Generate 2 Password When You Click Generate
Don't Wory I Gonna Put You In Credits
Thank You
I send you pm.....
Originally Posted by yoyu333
Hello *MPGH*
I Would Like To Make A Password Generator
But I Need It To Generate 2 Password When You Click Generate
Don't Wory I Gonna Put You In Credits
Thank You
Actually, i'm not a VB coder, but here is a simple method:
Use an array full with characters like:
array[0] = 'a'
array[1] = 'b'
etc...
With numbers, or anything you want, and random a number from 0 to the length of the array...
Read the value with this number from the array, aaaaannnndddd you got a random character...
I'm C# coder, and we can random letters too, i dont know if it is possible in VB or not...
Good Luck...