My application has a print screen button. Off late a few clients have sent in a few error reports. This is an example stack trace:
StackTrace:
I have not been able to duplicate the problem myself but a client told me that this happens often (does'nt happen everytime they click the "Print Screen" button), and when it fails it causes the application to freeze and they have to terminate the app using the "Task Manager".
Here is the action my "Print Screen" button is bound to:
Here is my implementation of the PrintUtilities class, with the print methods: