Quote Originally Posted by Traveler
You can do that by not loading the images at design-time, but during run-time. However if you go that route you'll need to distribute the images with you executable.
I understand, but I use the picture for 30 seconds and do not need it after that. Is there a way to release memory?

Quote Originally Posted by noeska
Also a call to <object>.free might come in handy. Do this after you are done displaying it and move to the next screen.
I'll do that then I say if it worked
Thanks o/