Zoom in on a picture box.
Zoom in on a picture box.
Rate Zoom in on a picture box.
(2(2 Vote))
Private Sub Picture1_Click()
Picture1.PaintPicture Picture1.Picture, 0, 0, Picture1.Width * 2, Picture1.Height * 2, 0, 0, Picture1.Width, Picture1.Height
End Sub
Zoom in on a picture box. Comments
No comments yet — be the first to post one!
Post a Comment