resource images

  • Thread starter Stephen.Schoenberger
  • 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
 
P

Peter Duniho

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top