How do I set a PictureBox image to an image from my resources?
(I tried this without success: pictuerbox.Image = \"img_location\";)
pictuerbox.Image = \"img_location\";
You can use a ResourceManager to load the image.
See the following link: http://www.java2s.com/Code/CSharp/Development-Class/Saveandloadimagefromresourcefile.htm