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
Dim resources As Object = My.Resources.ResourceManager PictureBoxName.Image = resources.GetObject("Company_Logo")