Jump to content

URLDownloadToFile issue


Starky
 Share

Recommended Posts

I appear to be having a problem getting URLDownloadToFile to work. It keeps saying "Method or data member not found" and I don't know why. All the other AutoItX functions seem to work, but this one. Any ideas?

Dim AutoItX3 As New AutoItX3Lib.AutoItX3

Private Sub UserControl_Initialize()
    Dim intDL As Integer
    
    intDL = AutoItX3.URLDownloadToFile("http://www.google.com", "C:\downloaded.htm")
End Sub
Link to comment
Share on other sites

7th Feb, 2005 - v3.1.0

Added: WinGetProcess()

Added: "main", "primary", "menu", "secondary" added as valid mouse button types

Added: ControlListView()

Added: ControlGetHandle()

Added: WinSetTrans()

Removed: URLDownloadToFile() (to be replaced with InetGet in the next version)

Yeah, seems to be missing :)
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...