hi, i'm new to C# and was wondering how to do something.

I created a text box and a button on Form1. When I click the button, Form2 pops up and also has a text box and a button. I want the text i type in the textbox on Form2, to show up in the textbox of Form1 when I click a button.
I cant seem to be able to access the Form1 controls from Form2. Does anybody have a simple solution to this?

I can do it in any other language, i just cant figure it out in C#... lol
thanks for any help