ocbeta
Member
I have a quick question. I am looking to create a series of thumbnails that you can scroll.
I am not quite sure which way to go with it.
Here are some ideas:
I can use a loop so that all of the files that match a search argument will execute code that creates a new picture box. But then the question becomes how do I related each of those picture boxes to each other so that the scroll events will triger movement with all of them.
Also, the scroll area is smaller then the rest of the program. So I would then like to be able to set coordinates for clipping.
But I think an issue would be if there was 100mb of files that would be too much to store in memory, so I would like to dynamically load and unload the files.
So I am not too sure which way to go. And I am at a loss.
Thanks for everyones help.
I am not quite sure which way to go with it.
Here are some ideas:
I can use a loop so that all of the files that match a search argument will execute code that creates a new picture box. But then the question becomes how do I related each of those picture boxes to each other so that the scroll events will triger movement with all of them.
Also, the scroll area is smaller then the rest of the program. So I would then like to be able to set coordinates for clipping.
But I think an issue would be if there was 100mb of files that would be too much to store in memory, so I would like to dynamically load and unload the files.
So I am not too sure which way to go. And I am at a loss.
Thanks for everyones help.