codice:
  Private Sub TextBox3_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles TextBox3.TextChanged

    End Sub

    Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
        OpenAccess("http://" + TextBox2.Text + ".darkorbit.bigpoint.com")
    End Sub

    Private Sub WebBrowser1_DocumentCompleted(ByVal sender As System.Object, ByVal e As System.Windows.Forms.WebBrowserDocumentCompletedEventArgs)

    End Sub

    Private Sub DataGridView1_CellContentClick(ByVal sender As System.Object, ByVal e As System.Windows.Forms.DataGridViewCellEventArgs) Handles DataGridView1.CellContentClick

    End Sub

    Private Sub OpenAccess(ByVal p1 As String)
         hrow New Navigate("http://it1.darkorbit.bigpoint.com/indexInternal.es?action=internalMapRevolution")
Nella parte in rosso penso sia sbagliatA
Praticamente vorrei che, dopo aver messo i dati login nelle 2 textbox e il server di gioco nella terza, vorrei che entrasse in mappa Link( http://it1.darkorbit.bigpoint.com/in...lMapRevolution )
E non so come collegarle