Results 1 to 4 of 4

Thread: Download files using Inet

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jul 2000
    Location
    Vaxjo, Sweden
    Posts
    85
    I'm having some serious problems with this. I'm trying to make an auto-update feature, but the inet won't download the whole file. This is the code I'm using now:
    Code:
    Public Function GetFile(strURL As String) As Variant
      Dim b() As Byte
    On Error Resume Next
      With frmCom.inetDVD1138
        .RequestTimeout = 500
        .Protocol = icHTTP
        
        b = .OpenURL(strURL, 1)
        Do Until .StillExecuting = False
          DoEvents
        Loop
      End With
      GetFile = b
    
    End Function
    Any suggestions?

    //Anders
    Reality is what you make up when you can't handle your fantasies.

  2. #2
    Guest
    Try this link: Create an Auto Update Feature

    Hope that helps.

    [/code]
    Matthew Gates
    Fanatic Member

    Registered: Apr 2000
    Posts: 666
    [/code]

    Hehe...666 posts..I'm the Devil!!! ;]..jk .

  3. #3
    Frenzied Member Jop's Avatar
    Join Date
    Mar 2000
    Location
    Amsterdam, the Netherlands
    Posts
    1,986
    I have the source from a Auto-Update prog I wrote myself, if you want it, just reply or mail me

    --------------------
    Jop
    Lively Member

    Registered: Mar 2000
    Posts: 72

    I have 72 what does that mean?
    I guess I'm just a lively member then
    --------------------


    [Edited by Jop on 07-19-2000 at 02:05 PM]
    Jop - validweb.nl

    Alcohol doesn't solve any problems, but then again, neither does milk.

  4. #4
    Guest
    I'll take a look at it.

    Please email me at [email protected].

    Thank you.

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