Getox Posted September 20, 2004 Posted September 20, 2004 How can i show another form? iv tried: Private Sub MenuItem2_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles MenuItem2.Click Form.Show("Form2") End Sub help would be great Quote Page Edit 2.0 Alpha 2 OUT NOW! - Download Now -
techmanbd Posted September 20, 2004 Posted September 20, 2004 Private Sub MenuItem2_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles MenuItem2.Click dim frm as new form2 frm.show End Sub Quote Live as if you were to die tomorrow. Learn as if you were to live forever. Gandhi
Administrators PlausiblyDamp Posted September 20, 2004 Administrators Posted September 20, 2004 If you are going to be working with forms then clicky may be worth a read. Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
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.