PDA

Click to See Complete Forum and Search --> : How to update address behind a link in web browser control


maryamq56
Feb 16th, 2001, 02:47 PM
When we point to a link on a webpage with a mouse pointer, the web address behind that link apears on the lower left corner of the internet explorer. how can i acheive similar effect by using the web browser control that ships with vb5

Feb 16th, 2001, 02:54 PM
Private Sub WebBrowser1_StatusTextChange(ByVal Text As String)
Label1.Caption = Text
End Sub