To include an image on the form we use which toolbox?

Picture Box
Image box
Add Image box
Add Picture Box

The correct answer is: A. Picture Box

A PictureBox is a control that allows you to display an image on a form. It is a rectangular control with a border and a caption. You can use a PictureBox to display any type of image, including bitmaps, icons, and metafiles.

To add a PictureBox to a form, you can use the following steps:

  1. In the Visual Studio Toolbox, click the PictureBox control.
  2. Drag the PictureBox control from the Toolbox to the form.
  3. Size and position the PictureBox control as desired.
  4. To display an image in the PictureBox control, set the Image property of the control to the path of the image file.

Here are the brief descriptions of each option:

  • A. Picture Box is a control that allows you to display an image on a form. It is a rectangular control with a border and a caption. You can use a PictureBox to display any type of image, including bitmaps, icons, and metafiles.
  • B. Image box is not a valid option.
  • C. Add Image box is not a valid option.
  • D. Add Picture Box is not a valid option.