Graham

Graham

  • NA
  • 709
  • 88k

Image Array

Apr 9 2007 6:35 PM
I want the user to be able to click on a folder and have the images gif and jpg in that folder placed in an array so that I can then use them as backgrounds for buttons ie Button1.backgroundimage = imagearray(0) Button2.backgroundimage = imagearray(1) Button3.backgroundimage = imagearray(2) etc How would I best code this?

Answers (1)