Capture inactive form to image?

  • Thread starter Thread starter mrabie
  • Start date Start date
M

mrabie

Hi,

Is there anyway that i can capture an inactive loaded form to an
image? I load a form and SendToBack(), can i capture it to a bitmap?
maybe a pointer to the memory location and read pixel by pixel?

thanks appreciat your help
 
No. The Form doesn't exist as a visual antity anywhere for you to capture
it from. They only get rendered into a bitmap when they get drawn to the
screen by GDI.


--

Chris Tacke, Embedded MVP
OpenNETCF Consulting
Giving back to the embedded community
http://community.OpenNETCF.com
 
Back
Top