Jump to content
Xtreme .Net Talk

Recommended Posts

Posted
Here is my question, I have a control designed by a third party which runs on my application but hides most of it's underlying functionality from the main control API. This control communicates with an external server using a hidden protocol and requests images (A Webcam Viewer you may have already guessed). Each image is received from a server and displayed to the user on what I believe is a Picture box or some graphical display object well hidden within the Viewer. Is there a way for me to get the memory address of this Viewer and then actually read from memory the image that is displayed on this control since the control provides no way of accessing it from the API? I find it awful that this image is sitting somewhere in memory and I can only access it by keeping the control visible on the desktop and then using GDI, GDI+, or BitBlt to crop the desktop at that controls location. Any help on this subject would be most helpful.
Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...