Not sure if this is even possible but I would like to add a control / object to a web page so that end users could click a button to capture what they are seeing in the browser so they can then submit the image back as part of a website review process.
I had thought ActiveX control but if we could use flash or silverlight that would be better.
Thanks for any suggestions.
On Windows, you can press Alt + PrintScreen to copy the current window into the clipboard.
If you can use FireFox, I suggest to look at ScrapBook+.
If you need an automated process, try SWT. This library has a browser component which you can use to load some HTML, display it and copy the result into an image. The problem is to know when the browser has finished rendering the document. This code fragment should get you started: