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 it VAR.
VAR = “IMAGE1.png”
So I can do something like
My.Resources.VAR which will return the IMAGE1.png image.
Is that possible?
1 Answer