How to scroll through several image thumbnails in my Vb app?
My program has anywhere from 10 to 100 or more image files in JPG format and I want to create a window of thumbnails for each image and elt the user scroll through them and click on one to view in normal size. What is the best method to do this?
I thought of using the webbrowser control and creating the html code in my vb app to display. Then for each image link, just use java script for a popup window to show the image as normal. Is this the best method? Can all systems with IE 5 and up support a java script for a popup window?
Thanks!!