RE: coding dynamic arrays
I believe he wants to dynamicly load all images in a directory, the best way is make a list with all filenames, and one imagebox, and load the image once a name is clicked in the list
If you want to make a gird, of all files, the best way I can think of is to create the XML in runtime and add all Imageboxes in your script, save the file, and the load the window
|