I need to show some images periodically in a Windows form application. The source of the image is a fixed URL link. The image in the link is updated every day automatically. What I need is to make my application have the ability to refresh the image every day automatically. How can I do this in C++/CLI or C#? I would like to mention also that I have to pass through a proxy IP & port in order to access the Internet (the link).
I need to show some images periodically in a Windows form application. The source
Share
Assuming its a picturebox:
Assuming its a listView control:
This the function to get the image from the web:
Not sure if you wish to save the picture to disk, I’ll leave that option up to you.