I'm using visual studio .NET 2003 and C#. In vb, to edit a textbox's text on another form all you have to do is frmOther.txtBla.Text = "chicken". How do I do this in C#?