Pages

Total Pageviews

Add This

Sunday, May 8, 2011

Get Image from Clipboard and put in PictureBox

Create a form like on the picture:

In the button write the code bellow:



        If My.Computer.Clipboard.ContainsImage Then
            PictureBox1.Image = My.Computer.Clipboard.GetImage
        End If

No comments:

Post a Comment