|
-
Sep 6th, 2002, 10:14 PM
#1
Thread Starter
Hyperactive Member
open and close a form
brand new to vb.net. what happend to unload me and form1.show ? and how do i acess controls across forms here is a b 6.0 code example : form2.label1.caption = 1
-
Sep 6th, 2002, 10:30 PM
#2
Member
for closing a form.. just say 'end'
to show another form type:
dim formname as new Form2
form2.show
something like that.. play around with it
then u can say form2.button1.performclick
-
Sep 9th, 2002, 12:34 PM
#3
New Member
<formname>.activeform.hide()
or
<formname>.activeform.show()
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
|