|
-
Feb 27th, 2009, 05:24 PM
#2
Re: Random string function... not random
Wow, get to answer this one twice today.
In your form load event, ensure you use Randomize. Suggest adding this in Form_Load: Randomize Timer
The Randomize method seeds the random generator with the value passed, in this case the VB variable Timer.
Edited: Just a minute, do you mean you get the same results every single time? Or do you get the same results each time you start the project?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|