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
Printable View
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
Code:Private Sub WebBrowser1_StatusTextChange(ByVal Text As String)
Label1.Caption = Text
End Sub