I looked around and I may have confused google with the keywords.
I am looking to implement a support module in my windows forms application where when a user clicks on a button, an email is sent to the support team, with an attachment of a screenshot (form in question)
I am looking for something like
form.SaveAsImage(path)
any thoughts on how this can be implemented or have I missed the obvious
.net 3.5
See Question&Answers more detail:os