Hi All,
I use a picturebox to show image form URL string.
When auto size propertise disable, it works well, but fail whenever
auto size is enable.
pictureBox1.Image = new System.Drawing.Bitmap(new
System.IO.MemoryStream(new
System.Net.WebClient().DownloadData(picStr)));
picStr is string with picture's URL.
Best regards,
Boki.
Nicholas Paldino [.NET/C# MVP] - 09 Jul 2007 21:45 GMT
Boki,
What exactly fails? Does it not work as expected, or is there an
exception?

Signature
- Nicholas Paldino [.NET/C# MVP]
- mvp@spam.guard.caspershouse.com
> Hi All,
>
[quoted text clipped - 11 lines]
> Best regards,
> Boki.