|
-
Sep 13th, 2001, 01:23 PM
#1
vb.net A little help please
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|