views:

103

answers:

2

Is it possible to take a screen shot (using the Print Screen) and paste it from the System Clipboard directly into a web pages text area field (which I would create)? Do I need a browser plug-in? Can Flash do this?

**The solution only has to work in Internet Explorer.

+2  A: 

This is not possible without a plugin.

It's not possible in Flash or Silverlight either, although it is possible in AIR.

SLaks
A: 

I think you will have to write a custom ActiveX Control in order to do this. The control should automatically take a screenshot and send captured image to server-side code.. There is one more option - create a java applet, which will do the job, and also will help you to avoid cross browser issue.

Sorantis
That will only work in IE
SLaks
Creating the same FF extension will work as well.
Sorantis
Of course the solution is not cross browser.
Sorantis
I should have added that the solution only has to work in IE
Blue
Then you need to create ActiveX control
Sorantis
Do you know of a website that talks about create the solution that you are talking about?
Blue
http://msdn.microsoft.com/en-us/library/aa229115%28VS.60%29.aspxhttp://msdn.microsoft.com/en-us/library/ms974283.aspxhttp://www.c-sharpcorner.com/UploadFile/dsandor/ActiveXInNet11102005040748AM/ActiveXInNet.aspx
Sorantis