Results 1 to 2 of 2

Thread: How to update address behind a link in web browser control

  1. #1

    Thread Starter
    New Member
    Join Date
    Feb 2001
    Location
    karachi
    Posts
    10

    Question

    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
    maryam

  2. #2
    Guest
    Code:
    Private Sub WebBrowser1_StatusTextChange(ByVal Text As String)
    Label1.Caption = Text
    End Sub

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width