hello, i'm doing a final for my school and i need a little help if anyone could help that would be great.
to start off im making a web browser i have everything down progress bar, buttons, favorites, history, blah blah.
but i need to figure out a way that my text box changes to what website(URL) i am currently at. and this has been the only thing that i have tried searching for on the web. and cant seem to find anything but this code
----------------------
Private Sub WebBrowser1_Sta tusTextChange(B yVal Text As String)
Text1.Text = (WebBrowser1.Lo cationURL)
Form1.Caption = (WebBrowser1.Lo cationName)
End Sub
------------
well if i enter in the code to VB the loctionURL and locationName are not command functions of VB?
if someone would please help it would be greatly appreciated.
to start off im making a web browser i have everything down progress bar, buttons, favorites, history, blah blah.
but i need to figure out a way that my text box changes to what website(URL) i am currently at. and this has been the only thing that i have tried searching for on the web. and cant seem to find anything but this code
----------------------
Private Sub WebBrowser1_Sta tusTextChange(B yVal Text As String)
Text1.Text = (WebBrowser1.Lo cationURL)
Form1.Caption = (WebBrowser1.Lo cationName)
End Sub
------------
well if i enter in the code to VB the loctionURL and locationName are not command functions of VB?
if someone would please help it would be greatly appreciated.
Comment