11,578 questions
What is the URL ?
If I test with one of my test images, in the constructor, with a PictureBox pictureBox1:
public Form1()
{
InitializeComponent();
pictureBox1.SizeMode = PictureBoxSizeMode.AutoSize;
pictureBox1.ImageLocation = "https://i.ibb.co/DG7XSsB/Butterfly.png";
}
I get the image :