use an array. either a string array which holds the full path & filename for each image, or, an array of bitmaps which contains the actual bitmaps.

in your form_load event, use io.directory.getfiles to populate your array.

if you post your code i might be able to give you a more specific answer