How to print entire form picture to a file?

  • Thread starter Thread starter kathy
  • Start date Start date
K

kathy

How to print my application form to a file in program.
Like get screen shot and save it to a file.

thanks.
 
Hello,

kathy said:
How to print my application form to a file in program.
Like get screen shot and save it to a file.

http://www.mvps.org/dotnet/dotnet/samples/windowsandforms/
-> "Screenshot"

You can save the file by calling the 'Bitmap' object's 'Save' method.

Notice that it's not possible to capture invisible parts of the form or
parts which are overlapped by an other window.

Regards,
Herfried K. Wagner
 

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

Back
Top