GarrettHylltun Posted January 7, 2005 Posted January 7, 2005 Anyway to download a html file without using URLDownloadToFile? URLDownloadToFile requires MSIE to be installed, and I'm trying to avoid using the MSIE engine. Thanks, -Garrett
Wolvereness Posted January 7, 2005 Posted January 7, 2005 You could run default internet with @SW_HIDE (make sure you save the ID to var) on given site then get it from temp internet files then close the ID of the internet. Offering any help to anyone (to my capabilities of course)Want to say thanks? Click here! [quote name='Albert Einstein']Only two things are infinite, the universe and human stupidity, and I'm not sure about the former.[/quote][quote name='Wolvereness' date='7:35PM Central, Jan 11, 2005']I'm NEVER wrong, I call it something else[/quote]
Tys Posted January 7, 2005 Posted January 7, 2005 GarrettHylltun said: Anyway to download a html file without using URLDownloadToFile? URLDownloadToFile requires MSIE to be installed, and I'm trying to avoid using the MSIE engine.Thanks,-Garrett<{POST_SNAPBACK}>Try cURL, or wget.
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