resource images

  • Thread starter Thread starter Stephen.Schoenberger
  • Start date Start date
S

Stephen.Schoenberger

Hello,

I have a bunch of images in my resource folder of a project. I want to
use those images throughout my project but not sure how to access
(what is the path?) to those images?

Any help or pointers on how to use the resource folder would be great!

Thanks
 
I have a bunch of images in my resource folder of a project. I want to
use those images throughout my project but not sure how to access
(what is the path?) to those images?

Any help or pointers on how to use the resource folder would be great!

It's not entirely clear from your post how you've configured your
project. But assuming you have added resources "in the usual way", you
can retrieve them in your code simply by accessing them from the
Properties.Resources property in your project's namespace.

If that's not the answer, you'll need to be more specific about what
you're doing.

Pete
 
Back
Top