Pages

Total Pageviews

Add This

Sunday, May 8, 2011

Get Text from Clipboard

Write the code bellow:



If My.Computer.Clipboard.ContainsText Then
TextBox1.Text = My.Computer.Clipboard.GetText
End If

No comments:

Post a Comment