Re: [VC++] Screen Capture Q
- From: Joseph M. Newcomer <newcomer@xxxxxxxxxxxx>
- Date: Fri, 17 Jul 2009 02:09:21 -0400
See my capture-to-clipboard code on my MVP Tips site. Instead of creating a DC on a
specific window, you can capture the entire desktop window. Instead of putting it into
the clipboard, as I do, you can do anything you want with it.
joe
On Thu, 16 Jul 2009 19:29:03 -0700 (PDT), Aegis Delacour <eloquent1@xxxxxxxxx> wrote:
Hi i posted on another group but i see this is specifically for VCJoseph M. Newcomer [MVP]
so i think i should ask here..
heres what i need to do..
upon pushing a button, i need the program to capture whatever is on
screen ( usually the output graphics of another part of the program )
after capturing, it should save somewhere as an image file
and be able to recall the image later
a max of 5 screens
from another group..i was given
http://msdn.microsoft.com/en-us/library/dd183402(VS.85).aspx
will it work in VC? if not, could someone suggest a better method plz
thank you
email: newcomer@xxxxxxxxxxxx
Web: http://www.flounder.com
MVP Tips: http://www.flounder.com/mvp_tips.htm
.
- References:
- [VC++] Screen Capture Q
- From: Aegis Delacour
- [VC++] Screen Capture Q
- Prev by Date: Re: /ANALYZE buffer overrun warning
- Next by Date: Re: AnimateWindow and SetWindowRgn and Vista?
- Previous by thread: Re: [VC++] Screen Capture Q
- Index(es):