Richard Vannoy

Richard Vannoy

  • NA
  • 11
  • 4.7k

VC# 2012 Express Question about putting images in a containr

Apr 15 2014 12:34 AM
In Visual Basic, instead of referencing your images (and having to carry them around separately with your program), there used to be a container you could put your images into as part of the code. Images in the container were rolled into the EXE so that you never saw them again, but could call them up in your program.
 
Is there a Visual C# equivalent? Can you point me to that topic name? (Using VS 2012 Express)