Did a quick search but can't seem to find any suitable results. What I would like to know is does this sound feasable.
In a folder called 'images' are three subfolders '1', '2', and '3' which contain images. I want to build a slideshow that pulls and displays a random image from each folder and cycles through all three, each time displaying a random image. (if the same one is displayed, so be it). While it's cycling, I decide to download another folder '4' into the images main folder (so it now contains 4 subfolders). I now want the program to 'pick up' the new folder and display a random image as well as the first three. Is this possible (and fairly easy) using VB6 or would another language be easier. (I don't particularly want it to run in a browser like it could if I used javascript.)
TIA.
In a folder called 'images' are three subfolders '1', '2', and '3' which contain images. I want to build a slideshow that pulls and displays a random image from each folder and cycles through all three, each time displaying a random image. (if the same one is displayed, so be it). While it's cycling, I decide to download another folder '4' into the images main folder (so it now contains 4 subfolders). I now want the program to 'pick up' the new folder and display a random image as well as the first three. Is this possible (and fairly easy) using VB6 or would another language be easier. (I don't particularly want it to run in a browser like it could if I used javascript.)
TIA.