You need a textbox names txtClipPHP Code:
public void GetText()
{
if (Clipboard.GetText() != null)
{
newget = Clipboard.GetText();
if (newget != lastget)
{
txtClip.Text = txtClip.Text + "\r\n" + newget + "\r\n";
lastget = newget;
}
}
}
Enjoy!
Results 1 to 1 of 1
Thread: [C#] ClipBoard Steal
- 18 Jun. 2010 04:46pm #1
[C#] ClipBoard Steal
Shh, I'm watching My little pony.