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
Post a Comment