Define Visual C#.Net

C# Form Control

C# Label Control

C# TextBox Control

C# Button Control

C# RadioButton Control

C# CheckBox Control

C# CheckListBox

C# ListBox Control

C# ComboBox Control

C# LinkLabel Control

C# DateTime DataType

C# DateTimePicker

C# NumericUpDown

C# RandomNumber

C# PictureBox

C# ProgressBar

C# Timer Control

C# ToolTip

C# TabControl

C# RichTextBox

C# MessageBox

C# Menu Control

C# Toolbars

C# Dialogs Box

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"); }