OK, Everyone, please forgive me here. I have searched this site, look at my three books on VB.Net and can not find the answer. This is most certainly an easy task, I just can not figure it out.

What is the proper syntax for referencing a control on a form from a module or class? Example

Form1.Text1.Text = "this text"

This is the old VB6 way, what is the VB.Net way?

Thanks for your help!