Well im trying to make a scall web browser but i cant get it go to the page thats in the text box
im trying this:
iv tried {TextBox1} $TextBox1, and cant seem to find the thing to make it go to the url in the text box
what is the code to make it do that?
thanks.
im trying this:
Code:
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Me.AxWebBrowser1.Navigate("%TextBox1%")
End Sub
what is the code to make it do that?
thanks.