I
I
Ivan Baturin2020-05-29 22:28:41
C++ / C#
Ivan Baturin, 2020-05-29 22:28:41

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

1 answer(s)
D
Danila Valkovets, 2020-05-31
@MrLumus

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 question

Ask a Question

731 491 924 answers to any question