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.
 

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