473,322 Members | 1,431 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,322 software developers and data experts.

PuctureBoxes

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
Nov 15 '05 #1
2 962
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

"Danny Din" <yo****@hotmail.com> wrote in message
news:eO**************@TK2MSFTNGP10.phx.gbl...
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

Nov 15 '05 #2
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.

"Danny Din" <yo****@hotmail.com> wrote in message
news:eO**************@TK2MSFTNGP10.phx.gbl...
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

Nov 15 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.