Maybe Off Topic, but help needed!

Brandon Ibach bibach "at" infomansol.com
Tue, 07 Mar 2000 19:20:53 +0000


Quoting Lonnie Cumberland <lonnie_cumberland "at" yahoo.com>:
> What I am looking for is a way to get a pointer to the buffers of the actual
> application window structure so that I can read out the ENTIRE application
> image as my program needs it.
> 
   So, you want to be able to get the image of a window, even if it
isn't visible due to being minimized or covered by another window,
right?
   I'm not a Windows programmer, but I'd be inclined to say that what
you want to do probably isn't possible, or at least not easy.  I
believe, in most cases, that when a window needs to be made visible,
Windows sends a request to the application to redraw its image, or a
portion of it, as needed.  So, you might almost need to send the
request, then intercept the graphics calls that the application uses
to draw its image.
   If someone who knows more about this can confirm or correct what
I've said, please do.

-Brandon :)

---------------------------------------------------------------------
To unsubscribe, send a message with the line: unsubscribe vnc-list
to majordomo "at" uk.research.att.com
See also: http://www.uk.research.att.com/vnc/intouch.html
---------------------------------------------------------------------