|
-
May 23rd, 1999, 05:06 PM
#2
Re: Saving Screen..
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|