|
-
Aug 18th, 2012, 10:39 PM
#2
Re: Random Picture Slide show in VB 2010
Whenever you need something random, that basically means that you use the Random class. Create an instance and assign it to a member variable. Make sure that you do not create multiple instances and use them once each. Create one instance and use it multiple times. Each time you need a random number, you call its Next method. There are lots of examples around.
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
|