Re: Check Clipboard via Timer



Ken, Will start the leaning curve playing with that API. Am very
surprised that's necessary with net because thought that was the purpose of
the Clipboard namespace. The following code works great activated by a
button click - but does not work if activated by the timer..
\\
If Clipboard.GetDataObject.GetDataPresent(DataFormats.Text) Then
TextBox1.Text =
Clipboard.GetDataObject.GetData(DataFormats.Text).ToString()
End If
//

Ed


.