I've hacked up an example program. Caveat emptor and all that stuff...

Get it here (6K).

Start it up and you should hopefully see the contents of the packed file. You can select one in the listbox and hit the "View entry" button to see that bitmap. Of course, you can pack any amount of any type of file, not just bitmaps, but I did it for .bmps simply for clarity.

Don't push the interface too hard - I didn't design for stability, so it may explode. It's only for demo purposes here .

I hardly ever use the stream classes now, mind you. Anyway, you might want to structure the code a bit better (make it into a class, for example). However, the main code is there and it works.