I am new to this whole object oriented programming thing.
Getting started:
I have two froms in vb.net.
I want to click on an object on form1 which will make form1 invisible and make form2 visible.
The problem:
On form1 I type:
me.visible = false
form2.
The visible property of form2 is not visible. It shows members of its class. How do I get to it's properties from another form?
VB.Net truly is differant in many many ways.
