PuctureBoxes

  • Thread starter Thread starter Danny Din
  • Start date Start date
D

Danny Din

hi, Several pictureBox are used in my program, each of them contain a bitmap
file.

I want to save them all as one file, which contain all these bitmap files
together with some numeric data, how can i do it?
and how can i load them one by one when i open the file?

Thanks,
Danny
 
I'm not clear what you want to do...

Do you want to save all the bitmaps in one file? Is this your own format or
do you expect the result to be a bitmap as well?

Please give us more information so we can help.

Thanks
-vJ
 
I'm not exactly sure how to do it at the moment, but I can offer a
sugesstion to search on.

I've seen applications that have resource files that have images embedded in
them, base64 encoded if I recall correctly. Each image was labeled before
the bulk of the encoded image and could be called from the program. I
recall a BlackJack game sample I got from (I think) codeproject.com that did
this.... It drove me crazy trying to find where he stored all the bitmaps...
then I found it..

Good Luck.
 
Back
Top