OK, heres what you CAN do ^^
OK, heres what you do. You load lets say you want to import
jpeg.jpg. You open a text file, in another file, open jpeg.jpg's
binary as string.
In the text file, make like a splitter...you know, some random
ASCII crap. THen you plop the image's binary there.
When you want to open this skin and do stuff to\with it (such as
displaying the skin), you open the txt, say Split(MyTextVar, "My
Random ASCII Crap").
Then, the different Array elements are the different images... you
save them as bitmaps or whatever in the temp folder, you then
load them back up in an image box or whatever;.
This helP?