Results 1 to 2 of 2

Thread: working with webbrowser conterol ?

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jun 2000
    Posts
    92

    Exclamation

    hi !

    i working with the Webbrowser control of vb and i look for a method that notice me when the page is finish to upload after i use the WebBrowser1.nevigate ("ww.msn.com").
    i'm try to use the Sleep API , but it's doesn't help me .

    so if someone know how i can know when the opage is finish to loaded , please help me !!!!!!

    thank's !

  2. #2
    Junior Member
    Join Date
    Nov 2000
    Location
    South Carolina
    Posts
    16

    Is this what you are looking for?

    Private Sub WebBrowser1_DocumentComplete(ByVal pDisp As Object, URL As Variant)
    MsgBox "Done"
    End Sub

    This will pop up a msgbox when the document has finished loading

    [Edited by jm3ksc on 11-29-2000 at 01:13 PM]
    Jonathan

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