copy text box field to label or another text box windows form c# in visual studio

Channel:
Subscribers:
3,010
Published on ● Video Link: https://www.youtube.com/watch?v=eYGW43Ki91k



Duration: 1:55
17,228 views
23


the syntax is here =
textBox2.Text = textBox1.Text;
label1.Text = textBox1.Text;

to copy text to clipboard follow this = http://www.geekpedia.com/tutorial188_Clipboard-Copy-and-Paste-with-Csharp.html







Tags:
c#
c sharp
copy
button