SteveO Posted February 11, 2008 Posted February 11, 2008 (edited) Okay, well, im trying to download a captcha image from a page, then display it in the GUI. How would I go about DLing the captcha image from the page, without refreshing the image, and keeping IE hidden in the background? Edited February 11, 2008 by SteveO
Innovative Posted February 11, 2008 Posted February 11, 2008 $imageURL = "http://autoitrox.com/autoit.jpg") INetGet($imageURL) You can try by downloading the image into temp folder and GuiCtrlCreateGraphic with that picture..
SteveO Posted February 11, 2008 Author Posted February 11, 2008 The only problem with that is, it reloads the CAPTCHA code, so it's different from the one on the page.
SteveO Posted February 11, 2008 Author Posted February 11, 2008 Oh, on a side note, I've also tried searching the Temporary Internet Files for it, the image doesn't seem to be in there.
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