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...