Ok, what i need to do is pass data between to forms. It will do somthing like this.

form1 activates form2.

Then on form2 text is entered in a textbox. When form2 is closed the text is passed back to form1. Then displayed in a messagebox. How could i do this?


Thanks