|
-
Sep 22nd, 2002, 07:42 AM
#1
Thread Starter
Hyperactive Member
new to .net
how do i open a close form?
-
Sep 22nd, 2002, 08:00 AM
#2
Fanatic Member
Assuming you have a frmSomeForm.vb file added to your project:
In the current form, at the event or procedure you want to show the form:
Dim frmNewSomeForm As New frmSomeForm
frmNewSomeForm.Show()
Have fun!
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
|