|
-
Oct 21st, 2005, 10:50 AM
#3
Re: Randomize numbers
It would probably be fastest to put your random numbers into an array, and once you have all the ones you want in an array, then move them into the listbox. Searching and removing from a listbox will be slower than doing the same operation on an array, though it may be faster in .NET than it was in VB6.
My usual boring signature: Nothing
 
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
|