Click to See Complete Forum and Search --> : image files
koehae
September 12th, 2000, 06:05 AM
I want to save several pictures into one file.
Now i'm working with a file for each picture and
getting them with the loadpicture method.
Is it possible to save and load several images from one file?
sead
September 12th, 2000, 06:47 AM
In design-time you can do that using resource files and "Resource editor" add-in(look in MSDN/help online, for details), but if you want to do same thing in run-time I'm not sure if it is possible.
Maybe this will help you, maybe not...
Sead
koehae
September 12th, 2000, 06:51 AM
Thanks for the answer, but I need it at run time..
(I'm building some kind of screen saver with power
point attitude without powerpoint...)
sead
September 12th, 2000, 07:27 AM
If it is a screen saver, why can't you use resource files?
Save pictures in a .res file (design-time) and load them later (run-time) with:
LoadResPicture(index, format).
Sorry if I am borring you, but I never heard about some screen saver which is saving a pictures while it runs. If you made one, you can be famous :-)
Good luck
Sead
koehae
September 12th, 2000, 07:39 AM
It's in fact an editor like program to create a
screen saver. (Add images, text, animation , display time ....)
codeguru.com
Copyright Internet.com Inc., All Rights Reserved.