Page Stats
Visitor: 175
PictureBox in C#.Net
You can display images on your form by using the PictureBox control. You can use several image formats such as JPEG, GIF, PNG, and BMP.
Property
dock image sizemode private void button2_Click(object sender, EventArgs e) { pictureBox1.Load("e:\\image.jpg"); }