macabong Posted April 5, 2014 Share Posted April 5, 2014 I'm developing an entertainment tool. It gets photos from URLs using InetGet() (photos are updated everyday). The problem is that new photos belong to new URLs so i can't define an exact URLs to get photos!!! Could anyone give me an advise please. Link to comment Share on other sites More sharing options...
Danp2 Posted April 5, 2014 Share Posted April 5, 2014 Welcome to the forums! To improve your chances of getting assistance, you may want to post additional information such as website, sample URLs, how you would manually download the photos, code you have tried, etc. macabong 1 Latest Webdriver UDF Release Webdriver Wiki FAQs Link to comment Share on other sites More sharing options...
Valuater Posted April 5, 2014 Share Posted April 5, 2014 Welcome to the forums! To improve your chances of getting assistance, you may want to post additional information such as website, sample URLs, how you would manually download the photos, code you have tried, etc. Well said Dan... My words exactly 8) macabong 1 Link to comment Share on other sites More sharing options...
macabong Posted April 8, 2014 Author Share Posted April 8, 2014 This is a kind of multimedia player (music and pictures).Users can use it to browse for online photos while enjoying their music. Photos will be downloaded and showed on GUI using Inetget(). Let's see the example below: InetGet("www.abc.xyzphoto1.jpg", "C:MyPhoto1.jpg") InetGet("www.abc.xyzphoto2.jpg", "C:MyPhoto2.jpg") GUICtrlCreatePic("C:MyPhoto1.jpg", $left1, $top1, $width1, $height1) GUICtrlCreatePic("C:MyPhoto2.jpg", $left2, $top2, $width2, $height2) ... Photos are updated regularly by myself, but how can do that while the URLs were define exactly? Is there any host allows uploading new version of file without changing URL? Thanks! Link to comment Share on other sites More sharing options...
JohnOne Posted April 9, 2014 Share Posted April 9, 2014 (edited) If you're changing the photo's and you're developing the software then you can define where your software reads your filenames and urls. You're welcome. Edited April 9, 2014 by JohnOne AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans. Link to comment Share on other sites More sharing options...
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