|
-
Apr 6th, 2009, 12:01 AM
#1
Thread Starter
Junior Member
[RESOLVED] Random Images
Need help with random this images.
How to place random image (0 to 8 control array) to picturebox (0 to 8 control array)?
I tried this code, but not working perfectly
Private Sub Command1_Click()
Dim i As Integer
For i = 0 To 8
Picture1(i).Picture = Image1(Rnd * 8).Picture
Next i
End Sub
Thanks..
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
|