There is a link to the picture, I get its data using http, how can I continue to cram it into the pictureBox?

    2 answers 2

    There are lots of options.

    The easiest is PictureBox.Load(String url)

      Already posted here