How can I manipulate a control in one form from another form? It was easy in VB 6, but in .net I can't seem to figure it out. It's not as simple as:

formname.textbox.text = "I've got mail, yayyy!"

Thanks for the help