Adding image to project

  • Thread starter Thread starter VMI
  • Start date Start date
V

VMI

How can I add an image so that it's embedded into the project? I only want
the image to be accesible through the project (not an external file). How
would I add it to Resources? Would I be able to access it with
Properties.Reources.myFileName ?

I have .Net 2005.

Thanks.
 
Hello VMI" vonchi_m AT yahoo DOT com,

ImageList class, but u need reference to Windows.Forms namespace

Either u can write your own class to keep pictures in binaries

V> How can I add an image so that it's embedded into the project? I only
V> want the image to be accesible through the project (not an external
V> file). How would I add it to Resources? Would I be able to access it
V> with Properties.Reources.myFileName ?
V>
V> I have .Net 2005.
V>
V> Thanks.
V>
---
WBR,
Michael Nemtsev :: blog: http://spaces.msn.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsch
 

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

Back
Top