Clear the clipboard and copy an image to it with 2 lines
Clear the clipboard and copy an image to it with 2 lines
Rate Clear the clipboard and copy an image to it with 2 lines
(2(2 Vote))
'that contains a commandButton and an image
'copy a picture to the image
'press F5 and then click the command button
'run the Paint program click paste for test
Private Sub Command1_Click()
Clipboard.Clear
Clipboard.SetData Image1.Picture
End Sub
Clear the clipboard and copy an image to it with 2 lines Comments
No comments yet — be the first to post one!
Post a Comment