By Ariel Canievsky.
Store the pictures in an array of Image controls. Use a vertical scrollbar to select the image. In the scrollbar's Change event handler, display the new image.
To prevent annoying blinking of the scrollbar, set its TabStop property to False.
|