Results 1 to 3 of 3

Thread: Microsoft internet control - get status

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Mar 2000
    Location
    Pittsburgh, PA
    Posts
    329
    i set a reference to microsoft internet controls and used this code:

    Dim ie As New InternetExplorer
    ie.Navigate "www.vbworld.com"
    ie.Visible = True

    I need to put the status of the page loading on my form.
    any ideas?
    thanks in advance.

  2. #2
    Lively Member
    Join Date
    May 1999
    Location
    India
    Posts
    97
    Hi there mate...
    there are 3 events that are exposed for this...

    - DownloadBegin
    - ProgressChange
    - Downloadcomplete

    cheers
    gaurav
    [email protected]
    " Programming today is a race between software-engineers striving to build bigger and
    better idiot-proof programs and the universe trying to produce bigger and better idiots.
    So far the universe is winning".
    :-)

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    Mar 2000
    Location
    Pittsburgh, PA
    Posts
    329
    thanks for those events. i'm new to vb. how should i use them? i want to change label1 to "done" when downloadcomplete is true or have label1 display the loading status of the page.
    thanks

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