Jump to content

Recommended Posts

Posted

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.

Posted

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)

NEWHeader1.png

Posted

RAT%20QUAN%20TRONG.jpg 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!

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...