Change PictureBox's image to image from my resources?

The Solution to Change PictureBox's image to image from my resources? is


If you loaded the resource using the visual studio UI, then you should be able to do this:

picturebox.Image = project.Properties.Resources.imgfromresource

~ Answered on 2011-07-02 23:21:55


Most Viewed Questions: