hi guyz! its me again..anyway, how can i copy a text from a textbox to a clipboard? thanks in advance!!!
Printable View
hi guyz! its me again..anyway, how can i copy a text from a textbox to a clipboard? thanks in advance!!!
Code:Clipboard.SetDataObject(textBox1.Text, true);
Thanks soo much!!