I am making a simple browser, and when I try this code it will not build.

Code:
    Private Sub TextBox1_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles TextBox1.TextChanged
        TextBox1.Text = WebBrowser1.Location()
    End Sub