c# - Change PictureBox's image to image from my resources? -


how set picturebox image image resources?

(i tried without success: pictuerbox.image = "img_location";)

if loaded resource using visual studio ui, should able this:

picturebox.image = project.properties.resources.imgfromresource 

Comments

Popular posts from this blog

sql - text truncated using perl DBI insert -

c++ - Is it possible to compile a VST on linux? -

php - Pass object by reference or value -