I was looking for a question in the internet on this topic, there are many options, but I’m not talking about the right one anywhere. Most of all I bow to this option: Data transfer between forms . You can tell the beginner how to properly transfer data between forms. It would be great if you recommend a good C # book with examples.
For example, copying from one textBox
to another:
Form1
with textBoxOfForm1
, buttonOfForm1
and Form2
with textBoxOfForm2
. Written to text in textBoxOfForm1
then click on buttonOfForm1
and the text should appear in textBoxOfForm2
.