I find this code: string sURL="http://localhost:8080/cercalia/img/dispositius\_home.gif"; System.Net.WebClient RequestURI = new System.Net.WebClient(); System.IO.Stream objStream = RequestURI.OpenRead(sURL); pictureBox1.Image = Bitmap.FromStream(objStream); This Code Works OK. Thank you for all.
M
Member 378869
@Member 378869
Posts
-
Picture Box -
Picture BoxThank you for the Code, it's right BUT I'm not using ASP.NET I'm using Windows Forms and the class System.Web.HttpRequest is not valid. Do yuo know how in Windows Forms (Windows Application).
-
Picture Box:confused:How to load an image from a url into a PictureBox. Thank's