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
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
Other Videos By NishuFun
Tags:
c#
c sharp
copy
button