Mouer,

Sorry, here's the code on the VScroll_Change event:

Picture2.top = Picture2.top + -(VScroll.value)

The bar inside the scrollbar container moves up when I click the up arrow etc. but the picturebox stills moves down.

How do I determine if the user wants to go up or down based on where they click on the scrollbar?

Thanks again,

Kevin