B
Boki
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.
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.