Pirahnaplant
Well-known member
- Joined
- Mar 29, 2009
- Messages
- 75
- Programming Experience
- 3-5
How can a make a picture box that can allow the user to scroll through the image?
HScrollBar1.Maximum = PictureBox1.Width
VScrollBar1.Maximum = PictureBox1.Height
PictureBox1.Left = -HScrollBar1.Value()
PictureBox1.Top = -VScrollBar1.Value()