demandnothing Posted November 13, 2009 Posted November 13, 2009 (edited) I'm writing this script to download character information from a website to display information about who you are searching for. In the download of the information using InetGet() i can also single out the links to the pictures of each character. What i want to do is download the pictures (which i've successfully downloaded them as .jpg files) and then display them on the GUI. I've tried adding this to the end of my function but it doesnt work, what i tried was downloading the picture then give the command to create the picture on the GUI using GUICtrlCreatePic(). How would i do this properly? Edited November 13, 2009 by demandnothing
somdcomputerguy Posted November 13, 2009 Posted November 13, 2009 (edited) The example code in the help file works for me, so check that to the code you've written.<br><br>This script, http://www.autoitscript.com/forum/index.php?showtopic=104601&view=findpost&p=739932&hl=flipclock&fromsearch=1, FlipClock, downloads images and uses them locally, so that might help you too.<br> Edited November 13, 2009 by snowmaker - Bruce /*somdcomputerguy */ If you change the way you look at things, the things you look at change.
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