Paintpicture to image
I want to cut a part of an image and the copy it to a image control.
I cant get this to work... :confused:
Heres the code:
Private Sub Command1_Click()
Picture1.PaintPicture Image1, 0, 0, 48, 48, 1, 1, 48, 48, vbSrcCopy
Image2.Picture = Picture1.Picture
End Sub

