Results 1 to 3 of 3

Thread: Download Progess

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Jul 2005
    Posts
    150

    Download Progess

    I asked this question a while ago but it didnt really get solved. My program downloads the HTML of the page you can see below. I would like to create a progess bar to show the progress of the download. I can not seem to be able to get the file size and the amount of the file downloaded therefore not allowing me to create a working progress bar. Any help?

    VB Code:
    1. Private Sub CmdDowload_Click()
    2.  
    3. Dim sHTML, URL As String
    4.  
    5. URL = "http://www.nats.co.uk/operational/pibs/pib1.shtml"
    6.  
    7. sHTML = Inet1.OpenURL(URL)
    8.  
    9. MsgBox ("COMPLETE")
    10. End Sub

  2. #2
    Addicted Member BlueRose's Avatar
    Join Date
    Jan 2002
    Location
    ISTANBUL
    Posts
    245

    Re: Download Progess

    this link may help you.

    I suggest you make a small research in VB forums before making a new thread
    You can do while you think that you can do

    If you think my answer solve your question, please rate it.

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Jul 2005
    Posts
    150

    Re: Download Progess

    One of the libarys will not register on my PC so I can not use that. I had searched and found that. But I thought these forums were suppose to be dynamic places where people help you find the answer to what you want not just one big knowledge base.

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