Capture inactive form to image?

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
 
G

Guest

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top