I send you pm.....
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
Skype: MPGH-YoYu333
Yahoo : yoyu333@ymail.com
MSN: yoyu333@hotmail.com
Do You Want To Know How To Create A Phisher ?
Then Add Me
I send you pm.....
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...
Well here is something i quickly snapped up for you:
This will generate a random number, good luck anyway.Code:Dim rndnumber As Random Dim number As Integer rndnumber = New Random number = rndnumber.Next(1, 1000000001) Label1.Text = number.ToString
I currently use this on a program i got and it works wonders![]()
Last edited by {Banned}**HACKER**; 06-12-2012 at 10:05 AM.
yoyu333 (06-12-2012)

7
Skype: MPGH-YoYu333
Yahoo : yoyu333@ymail.com
MSN: yoyu333@hotmail.com
Do You Want To Know How To Create A Phisher ?
Then Add Me

7
@Hero Close This Please
/solved
Skype: MPGH-YoYu333
Yahoo : yoyu333@ymail.com
MSN: yoyu333@hotmail.com
Do You Want To Know How To Create A Phisher ?
Then Add Me