What code would effectively take a screenshot of a Form
and put a copy of this image on to the clipboard?
So I would like something like: Form.CopyScreenshotToClipboard
What code would effectively take a screenshot of a Form
and put a copy of this image on to the clipboard?
So I would like something like: Form.CopyScreenshotToClipboard
Just a thought, what about simulating ALT+PRNSCN when your form is the focused form?
This will make a screenshot of the form and put it in the clipboard.