loading resources

  • Thread starter Thread starter Wally Pipp
  • Start date Start date
W

Wally Pipp

I have a bunch of bitmap files that I'd like to add to the resource. Is
there a way to do this programmatically?

Thanks in advance,
Wally
 
Wally said:
I have a bunch of bitmap files that I'd like to add to the resource. Is
there a way to do this programmatically?
Take a look into the System.Resources.ResourceWriter class.

/B
 
Thanks, Bjarke, this is more convient than having several files, but I was
hoping to embed the bitmaps into the executable.

Wally
 

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