Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

ok after i searched the web, msdn, and looked at sample projects, i have yet to find out how to make another form show up.

 

i've tried:

form2.show()

form2.definstance.show()

 

none of them worked, how do i do this?

Posted

What you are trying is basicall correct.

 

Is form2 instantiated?

Are the locatoin properties of form2 set correctly?

 

Dim form2 as new form2

 

form2.show()

 

should work. At least it does in my app.

.nerd

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...