Starky Posted May 7, 2007 Posted May 7, 2007 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
MHz Posted May 8, 2007 Posted May 8, 2007 7th Feb, 2005 - v3.1.0Added: 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
Starky Posted May 9, 2007 Author Posted May 9, 2007 (edited) Oops, didn't see that in the change log. Thanks for pointing that out. I don't see why it is still in the docs though. Edited May 9, 2007 by Starky
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now