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
 
Back
Top