R
Robert
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?
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?