VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Scrolls picture by using a frame

by Dave BASH Rogers (1 Submission)
Category: Miscellaneous
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Thu 5th April 2001
Date Added: Mon 8th February 2021
Rating: (1 Votes)

Scrolls picture by using a frame

Rate Scrolls picture by using a frame



'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



Download this snippet    Add to My Saved Code

Scrolls picture by using a frame Comments

No comments have been posted about Scrolls picture by using a frame. Why not be the first to post a comment about Scrolls picture by using a frame.

Post your comment

Subject:
Message:
0/1000 characters