So I can access an image by My.Resources.ImageName..........
But, that is manually-coded.
What I want is to have my image name saved in a variable, lets call
Declare:
Dim imag as Image imag = My.Resources.foto PictureBox1.Image = imag
That's it, the image (photo) will appear on the PictureBox1