0

So I have my resource folder full of pictures, and I know to load one into a picturebox, its

picPictureBox.Image = Properties.Resources.Imagename

But I created a method that will return me the name of one of my pictures. I've tried doing

picPictureBox.Image = Properties.Resources.GetImage()

but that doesn't work. How can I make this happen?

AbrahamKMS
  • 85
  • 5

0 Answers0