I have a group of images in my My.Resources. I want to select select images to display dynamically at run time. How do I do this?
\'Static (Compile time) Assig
Make sure you don't include extension of the resource, nor path to it. It's only the resource file name.
PictureBoxName.Image = My.Resources.ResourceManager.GetObject("object_name")