K kathy Sep 2, 2003 #1 How to print my application form to a file in program. Like get screen shot and save it to a file. thanks.
How to print my application form to a file in program. Like get screen shot and save it to a file. thanks.
H Herfried K. Wagner [MVP] Sep 2, 2003 #2 Hello, kathy said: How to print my application form to a file in program. Like get screen shot and save it to a file. Click to expand... 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
Hello, kathy said: How to print my application form to a file in program. Like get screen shot and save it to a file. Click to expand... 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