Hi,
You need to keep a reference to the form to be able to modify it.
Here is a link to an article that show how to keep a forms collection.
http://msdn.microsoft.com/library/de...et05132003.asp
Ken
-------------------------------
"Robert" <(E-Mail Removed)> wrote in message
news:2e99d01c46b1d$29f2d420$(E-Mail Removed)...
> In VB 6.0 I could control the properties of one form by
> writing code in another form, something like this:
>
> In the code of Form2 I would write Form1.Visible=True.
>
> How can I do this in VB. NET?