Answer the question
In order to leave comments, you need to log in
How to upload a photo from a link in PictureBox?
There is a link to a photo. You need to somehow take this photo and load it into a PictureBox
Answer the question
In order to leave comments, you need to log in
PictureBox.Load(string url);
https://docs.microsoft.com/en-us/dotnet/api/system...
There is also an asynchronous version of the method
https://docs.microsoft.com/en-us/dotnet/api/system...
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question