Scrolls picture by using a frame
Scrolls picture by using a frame
Rate Scrolls picture by using a frame
(1(1 Vote))
'the negatives it will apear as if the picture is scrolling down because
'the top is moving off the frame and is not being shown
'set the max of the scroll to be the height of the picture.
'VScroll1.max = picture.height
Private Sub VScroll1_Scroll()
Picture.Top = 0 - VScroll1
End Sub
Scrolls picture by using a frame Comments
No comments yet — be the first to post one!
Post a Comment