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
This works for me at runtime too:
UltraPictureBox1.Image = My.Resources.MyPicture
No strings involved and if I change the name it is automatically updated by refactoring.