PDA

Click to See Complete Forum and Search --> : URL text showing...


Cahlel
Aug 4th, 2000, 02:05 PM
I made a stripped down browser, and It has a text box that is where you type the URL, but when you click on a link, the text doesn't change to where you are, what's the code to fix this? Please help

Aug 5th, 2000, 02:26 PM
Well you need a label to show the status.

Private Sub webbrowser1_StatusTextChange(ByVal Text As String)
Label1.Caption = Text
End Sub