How To Add And Use Images From Resources In C Sharp Using Visual Studio 2010
How To Add And Use Images From Resources In C# – Visual Studio 2010

This Tutorial Shows How To Add And Use Images From Resources In C# Using Visual Studio 2010
Right Click on Your Project From solutions explorer.
Select properties from the menu.

Select resources tab.
Select images from the dropdown.

Then add existing files, from “add resources” dropdown.

Choose an image from your computer and click okay. The image/images will be added as embedded resources.
If you want to add an image to button, Select the button then go to properties. (Or right click on button then select properties)
Click on the right side of the Image Property and choose image from resources.
Then align your image. (Left,Center,Right).