Hi everyone,

I know that there is probably a very easy way to do this, but I have yet to figure it out. Here is the basic scenario:

Form1 contains Label1
Form1 creates an instance of Form2

Form2 contains Button1
Form2.Button1.onClick needs to set Form1.Label1.Text = "something" (without creating a new instance of Form1 because I need to keep all other values as-is).

Your help is appreciated. Thanks!

-Chris