Hi,

I have a number of bmp files in a directory, I want to loop through on the click of a button so they in turn display in the picture.image property. I have the code below which displays the first bmp correctly, how do I loop through the rest on each click of the button?

Me.Picture1.Image = System.Drawing.Image.FromFile("C:\files\" & pageCount & ".bmp")


Many thanks for the help

Steven