Previous

Image Slider in Visual Basic

Introduction: This tutorial is on how to create an image slider in Visual Basic. Design: For this project, our design requires; Button, button1, To go to previous image. Button, button2, To go to next image. Picturebox, picturebox1, To hold the current image. Note; You will most probably want to set the appropriate properties for the picturebox, otherwise some images will look larger than others. Loading: On form load, we want to get all the images in the default directory.