| re: Screen capture of non visible windows
Stewart Gordon <smjg_1998@yahoo.com> wrote in message news:<c1d2ts$6ft$1@sun-cc204.lut.ac.uk>...[color=blue]
> While it was 2/23/04 2:20 PM throughout the UK, Sambucus sprinkled
> little black dots on a white screen, and they fell thus:[color=green]
> > Hi all!.
> >
> > I'm trying to capture a screen shot of a window.[/color]
>
> Standard C++ knows nothing of windows.
>[color=green]
> > This works good until the window is partly or completley hidden, then
> > i get the graphics of what is visible on my screen (the windows that
> > cover my screen shot window). I have tried this in both MCF and pure
> > win32 but with the same result.[/color]
>
> Windows, in general, keeps no record of obscured window content. This
> is why, when you write a Windows program, you have to tell it how to redraw.
>[/color]
Ok, then it was as i suspected. Back to my question, is there any way
to get the graphics or pixels (pixel color at certain X,Y is what I am
after) in a hidden window by any means, get it from memory or using
any type of system hook?[color=blue]
> Stewart.[/color] |