Hello nukbaby,

unfortunately i don't know what you want to do with the saved data.
But maybe this hint will help you:

CDC dc;
dc.CreateDC("DISPLAY",NULL,NULL,NULL);

Now you have the device context for your screen and you are able to use the
member functions of CDC.
(This works in VC++ 6.0. I hope it will work in VC++ 5.0 too.)

Please write a short answer, if this information was useful to you.


Peter