Name: Anonymous 2009-05-20 15:58
Need some help /prog/
How would you store 10+ images in an array from the same folder using Visual Basic 2008?
The images are named 1.jpg, 2.jpg, etc..
The reason I need to do this is because I need to know how many times the picture has been displayed.
For example,
1. Program Start--> Image[0][0]
2. Image[0] is used once--> Image[0][1]
Image[0][1]
[0] is the image
[1] is an integer counting how many times it has been used
How would you store 10+ images in an array from the same folder using Visual Basic 2008?
The images are named 1.jpg, 2.jpg, etc..
The reason I need to do this is because I need to know how many times the picture has been displayed.
For example,
1. Program Start--> Image[0][0]
2. Image[0] is used once--> Image[0][1]
Image[0][1]
[0] is the image
[1] is an integer counting how many times it has been used