hitechoutlaw Posted March 25, 2003 Posted March 25, 2003 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? Quote
Heiko Posted March 25, 2003 Posted March 25, 2003 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. Quote .nerd
hitechoutlaw Posted March 25, 2003 Author Posted March 25, 2003 ahhh that works, thanks alot Heiko Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.