Quote Originally Posted by baja_yu View Post
What programming language are you using, and what exactly are you trying to achieve? In VB6 for example, images you set in PictureBoxes or for Form's background picture will be compiled into the exe. There's also an ImageList control.
As you may have read my original post. What I want is to allow user of my software to be able to export their albums to self running/showing EXEs. For this to be possible I have to embed images in EXE file or as suggested by dilettante I can instead create a separate binary file which will store all the images in it. I have already implemented this by my client wants it his way and this way is to embed images in EXE which will show the images as slide show on target PC.

Hope you understood as to what I want?