Forum Moderators: open
I've created an image gallery which uses a 'For Each Item in FolderObj.Files' loop to get the image filenames from a folder and display thumbnails which can be clicked to show the large image in an iframe. So far so good!
Now I need to create 'Next' and 'Previous' links which work in tandem with the thumbnails. I'm really stuck on this...been Googling for a couple of hours but going round in circles. Can anyone help?
Thanks in anticipation!
What I really need to know is whether it's possible to extend what I've already got. For example, is there a way of using the MoveNext and MovePrevious methods in conjunction with a FolderObj.Files collection? I have done a lot of Googling on this but to no avail.
Any ideas?