Remote Clipboard

  • Thread starter Thread starter Andreas Hecker
  • Start date Start date
A

Andreas Hecker

Hello Users,
can anybody give me an idea how to get client data in the clipboard from
remote. I ve got an aspx page where a client should post an software
failure. The error message is in the clients clipboard. The aspx page should
be able to read the clipboard remotely without user interaction and without
installing a component on the client computer. Any ideas how to deal with
this problem??
Many thanx
Andreas
 
Hi Andreas,

I hope this is impossible, I would not like it if this was possible. I did
not check it, but I think it would be fast in the security items if that
is known that it is possible.

You load a webpage from someone and that one reads my clipboard, without
that I know that? While I was before just busy transporting all my secure
codes or so?

No cannot believe they let that gate open.

Cor
 
I want to use this in an Intranet Environment. There could be an
authentication process before. Perhaps the remote call can be authenticated
as a local admin on the client machine or the user runs the WebApplication
in his own context (impersonation ??). I m just searching for way how to
start. Many thanx for your answer so far.
 
Hi Andreas,
There is a clipboard class but that is not working on a webpage I think, but
you can take a look for it. Watch especialy for dataformats, because that is
the key to the text keyboard.
Maybe you can start a program on the users computer, while he gives a
command for that.

I hope this helps you?
:-)
Cor
 
Back
Top