Load image in picturebox in C#
How to load image in picturebox in dot net C# winform, Listed below code will solve your problem.
pictureBox1.Image = System.Drawing.Image.FromFile("ImageNameWithFullPath");
How to load image in picturebox in dot net C# winform, Listed below code will solve your problem.
pictureBox1.Image = System.Drawing.Image.FromFile("ImageNameWithFullPath");
0 comments:
Post a Comment