Re: Check Clipboard via Timer
- From: "Ed Bitzer" <edbitzer@xxxxxxxxx>
- Date: Sat, 7 May 2005 16:56:17 -0400
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
.
- Follow-Ups:
- Re: Check Clipboard via Timer
- From: Ken Tucker [MVP]
- Re: Check Clipboard via Timer
- References:
- Check Clipboard via Timer
- From: Ed Bitzer
- Re: Check Clipboard via Timer
- From: Ken Tucker [MVP]
- Check Clipboard via Timer
- Prev by Date: Re: What "0&" means in vb?
- Next by Date: Re: What "0&" means in vb?
- Previous by thread: Re: Check Clipboard via Timer
- Next by thread: Re: Check Clipboard via Timer
- Index(es):