private void button35_Click_1(object sender, EventArgs e)
{
Clipboard.SetDataObject(textBox1.Text, true);
}
This lets me copy only the text in textbox1
How do i make it so that it copies the text in textbox1 and textbox2 and textbox3 e.t.c ?