Join 136,935 C# Programmers for FREE! Get instant access to thousands of C# experts, tutorials, code snippets, and more! There are 1,846 people online right now. Registration is fast and FREE... Join Now!
pass textbox.Text to the second form by creating a method that takes a string parameter and in that method set second form textbox.Text to the string value you passed.