I hope you don't mind my asking you a question concerning C++ Do you know how I would save a picture I've drawn on the screen in memory so I'd be able to close the program and re-open it and recall that picture. I only know how to store in the dynamic memory which gets deleted when I close the program. (I'm using Borland C++ in dos and the functions getimage() and putimage() ) Thanks for you time. Sorry if I've bothered you. from Harvo Jones
