-
I would like to know how I can display a random number of the same picture. for example if the random number is 3 it will display one picure 3 times next to each other.
Do I use 1 picture box, or a picture box for each possible picture???
I am a new user with Visual Basic so any help is greatly appreciated.
-
Well you need one picture box per picture, or else you should resize the pictures to fin in one box... I believe you do not want to start with that now!
Just put a maximum number of boxes that you want to use on a form, then use the Rnd function to randomise the number of pictures.