how can I set variables into a text box thats on my form1 from form2?

in vb6 I could do form1.text1.txt = "blablabla" but vb.net gives me an error

thanks

Dimava