Hi,
My application involves a user wanting to view a set of images, one at a time, depending on which image was selected via a mouse click. Would it be best to embed the images in the exe file or do I enable them to be loaded from a data file? There will be a number of different sets of images which will be produced as time passes, hence the idea of being able to load new image sets at a later date.
If I choose the file loading method, how could I protect the images (BMPs) from being viewed by other means, ie. explorer or paintshoppro etc. as I only want the images to be viewed via my application?
If I choose to embed the images in the exe file, would it be better to have them as a separate bmp resource or would it be better to save each different set of images as a CImagelist ?
Further to this, I have already tried loading an ImageList into a CStatic picture control but to no avail, if this is the better way to store the images, how can I get around the problem of different handle types for the picture control and the image list?
Thanks for your thoughts
Rich
My application involves a user wanting to view a set of images, one at a time, depending on which image was selected via a mouse click. Would it be best to embed the images in the exe file or do I enable them to be loaded from a data file? There will be a number of different sets of images which will be produced as time passes, hence the idea of being able to load new image sets at a later date.
If I choose the file loading method, how could I protect the images (BMPs) from being viewed by other means, ie. explorer or paintshoppro etc. as I only want the images to be viewed via my application?
If I choose to embed the images in the exe file, would it be better to have them as a separate bmp resource or would it be better to save each different set of images as a CImagelist ?
Further to this, I have already tried loading an ImageList into a CStatic picture control but to no avail, if this is the better way to store the images, how can I get around the problem of different handle types for the picture control and the image list?
Thanks for your thoughts
Rich