Hi,
I have a zip file containing a large number .bmp files.
I would like to extract a bmp out of a zip file into a VB picture or image control, without extract to a file first. (I want this to work as fast as possible.)
Is there a way to extract a .bmp file out of a zip file directly into memory and then somehow transfer the memory copy of the bmp directly into a picture or image control?