I want to reference a control on a another form.
In VB6, you could do this with "Form1.Control1" but the objects belonging to Form1 don't appear in .NET.
I have tried changing the .NET generated declaration of the control from "Friend" to "Public" but that didn't work either.
