Results 1 to 4 of 4

Thread: Detecting Url?

  1. #1

    Thread Starter
    Member
    Join Date
    Oct 2000
    Location
    USA
    Posts
    37

    Post

    What function can I use to detect the url of a webbrowser in my form.

  2. #2
    Guest
    Do you mean, determine what the URL the mouse is over in a Webbrowser control?

    Code:
    Private Sub webbrowser1_StatusTextChange(ByVal Text As String)
    Caption = Text
    End Sub

  3. #3

    Thread Starter
    Member
    Join Date
    Oct 2000
    Location
    USA
    Posts
    37

    Talking

    sorry for not clarifing it. I want to know how to find out what is the url of a webbrowser(at the time of a timer event)?

  4. #4
    Guest
    Sorry once again, but I don't quite understand what you mean. You want to get the url when a page is complete?

    Either in the DocumentComplete, DownloadComplete, or NavigateComplete2, put this:

    Code:
    Caption = "Download Complete"

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