PDA

Click to See Complete Forum and Search --> : Still without Resources...


Arie
Mar 2nd, 2001, 01:56 PM
Hi, Guys!

I want to ask AGAIN my question...
Do anyone know a simple program that takes few images (BMP,JPG,ICO) and save them in some file.
Then I need VB to read from it all the images.
That's all!!!
I think there is one,
but I just don't know.
maybe you know?

Thank you anyway,
Arie.

vbzen
Mar 2nd, 2001, 02:01 PM
ListImage control? not flexible, but works

Arie
Mar 3rd, 2001, 03:55 AM
When I use the ListImage control the real colors of my pictures are a little bit changed.
And There isn't any other control that is better?

HarryW
Mar 3rd, 2001, 04:04 AM
Well you could make a normal zip archive (or maybe .cab since it's Windows) but I'm not sure how simple it would be to get at the contents. I know you can do it in C/C++ with zlib, but I've not used it myself and it may not wirk in VB.

Why don't you make it into one big image yourself, and just read the regions of the image you need?