copy and paste please Help

Aug 19 2004 12:09 AM
I have a code like this one Private Sub btncopy1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btncopy1.Click Clipboard.SetDataObject(txtAddress.Text) End Sub I wanted to copy and paste at the same time to another object Maybe to a web form or to note pad or anything else . I'm new at this Thanks Steve