I'm trying to load several images from URLs to a pictureBox. My problem is that "pictureBox.Load(URL)" or "pictureBox.ImageLocation = URL" doesn't work. I don't know why, I think it is because the URL doesn't have an extension like .jpg.I'm trying to load several images from URLs to