EMULATE THE PRINT SCREEN COPY BUTTON

Y

YERVANT

I would like use the Print Screen Button to copy a part of
page using ASP.
En fact, I use a data access page of a chart (pivot)
created by access.
And I would like copy only the chart.

I think the easiest way is to use a Print Screen Button of
keyboard.

Some body could help me to found a solution to control
this button using ASP.

Thanks for your help.
Regards.

Yervant.
 
2

[ + 2 0 r p 3 ]

this could be done very easily in a vbs script. havent tried it in asp
though. of course, this would only work server side, but you could creaet a
page to asp file to run the vbs script.

<script language="VBScript">
dim shell
set shell = wscript.createobject("wscript.shell")
shell.sendkeys "{PRTSC}"
wscript.sleep 200
wscript.quit()
set shell = nothing
</script>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,053
Latest member
BrodieSola

Latest Threads

Top