How do I send data from Form1
to Form2
dynamically?
Dynamically means that for example, I have two buttons in Form1
. When I click button1
, a label which is on Form2
will change. And then when I click button2
in Form1
, the same label will change again. I need to do it without close Form1
or Form2