Add Image To A Form

A good format to save images in is .png

Save the image file to your project directory

Simply place a PictureBox control on the form where you want it, set the size and set the image filename as the picture to use.

(more…)