Everytime I reference the picturebox control the image/picture disappears. For example:
Private Sub Command1_Click()
PicturePrint.Picture = Picture2.Picture
End Sub
Neither PictureBox has an image.
Picture2.Picture is initially set by a third party control (Secugen SDK). AutoRedraw is set to true.
Any ideas? Also, when something on the screen covers an area of Picture2 that area is no longer visible.
Private Sub Command1_Click()
PicturePrint.Picture = Picture2.Picture
End Sub
Neither PictureBox has an image.
Picture2.Picture is initially set by a third party control (Secugen SDK). AutoRedraw is set to true.
Any ideas? Also, when something on the screen covers an area of Picture2 that area is no longer visible.