Imagine a Form
that asks you for a color, then it would have a TextBox
, and from that TextBox
I wanted it to Press the "OK" button for example, this sends the text from this TextBox
to another Form
, so that it could appear in a Label
of that Form
with the text when you opened it, how could you do it?