If I use
Picturebox1.ImageLocation = "http://www.website.com/image.png"
How can I check if the image is loaded?
It is downloading it from the internet so I need my code to be able to check if its loaded.
Picturebox1.ImageLocation = "http://www.website.com/image.png"
How can I check if the image is loaded?
It is downloading it from the internet so I need my code to be able to check if its loaded.