copy and paste please Help

Aug 19 2004 12:12 AM
I have a code like this one Can someone help me how to add Past code with this copy code below 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