foreach (Control c in gbCancellation. Controls)
{
if (c is TextBox)
{
Clipboard.SetTe xt(txt13.Text + txt14.Text + txt15.Text + txt16.Text);
}
}
Not working for me !
Leave a comment: