|
-
Sep 2nd, 2003, 11:43 PM
#1
Thread Starter
Lively Member
Help
Hi, i got 2 forms, form 1 & form 2 using vb.net.
When i run e pj, it should be form 1 running first. But form 2 is running in e 1st place, not form 1. Wat should i do to let form 1 to run first?
Then if form 1 got a button, when clicked it should go to form 2, wat code should i add in?
Private Sub btn_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btn.Click
form2.show()
End Sub
But got error lei?
Pls help me...
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
|