Guest Ash Posted October 25, 2004 Posted October 25, 2004 I'm using AutoIt in VB6 and trying to access the html source code of some web pages that can't be directly downloaded using an URL address. Is there an easy way to do this other than loading the pages in IE and saving them to disk (using AutoIt in VB) and then reading the htlm files as text files in VB?
bshoenhair Posted October 25, 2004 Posted October 25, 2004 Check the AutoItX help file for "URLDownloadToFile"
TheWulf Posted November 25, 2004 Posted November 25, 2004 you could also look into using the web browser object in vb
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