Ask a Question related to ASP.NET General, Design and Development.
-
adam #1
using the server clipboard
I have been using the windows clipboard during some SERVER processing on a
page request. It has worked on another machine but now calling
Clipboard.GetDataObject() returns null. The code is executed in an
impersonation block (currenlty me as a machine admin).
Are there any settings (security?) that I need to set to make it work again.
windows 2000, ISS5, Framework 1.1, VS 2003
adam
p.s. all this is on the SERVER I am NOT trying to move data from the client
to the server.
adam Guest
-
What is Contribute doing to my clipboard?
Hello, I am not really a user of Contribute, but I have CS3, so I have it available to me. Unfortunately, I think it's causing me more grief than... -
[RFC] IO::Clipboard
All, It occurred to me that given Ryan King's Clipboard module, an IO::Clipboard module wouldn't be too hard. First cut: it's a subclass of... -
Clipboard is bent
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Tue, Aug 05, 2003 at 09:16:29PM +1200, cr wrote: KDE, Gnome and X all impliment their own... -
Deleting A Clipboard
How do I delete something from my Clipboard because I cannot to be able too? Can siomeone please help me figure this out? -
Clipboard
I cannot find my clipboard -
adam #2
Re: using the server clipboard
well not quite the worst. I'm sure if we put our heads together we could
produce something more convoluted and fragile :) However the code (that did
work on another machine) uses the clipboard to get some text from an
automated word application (I know this is not recommended and no, I will
never let it happen again). The text is grabbed via the clipboard to get
the HTML fragment which contains more useful information than the Text
property of the selection. This is for an existing product not a new build.
I think I have decided it will be quicker to try another solution that I'm
making up in my head now.
cheers,
adam
"Kevin Spencer" <kevin@takempis.com> wrote in message
news:einLNJDXDHA.2568@tk2msftngp13.phx.gbl...all> If all this is on the server, why are you using the ClipBoard? You havea> kinds of memory space to store and retrieve data from. The ClipBoard is
> about the worst possible one I can think of to use.
>
> --
> HTH,
>
> Kevin Spencer
> Microsoft MVP
> .Net Developer
> [url]http://www.takempis.com[/url]
> Complex things are made up of
> lots of simple things.
>
> "adam" <nospam@msdn-beacon-ct.co.uk> wrote in message
> news:eIalolCXDHA.1744@TK2MSFTNGP12.phx.gbl...> > I have been using the windows clipboard during some SERVER processing on> again.> > page request. It has worked on another machine but now calling
> > Clipboard.GetDataObject() returns null. The code is executed in an
> > impersonation block (currenlty me as a machine admin).
> >
> > Are there any settings (security?) that I need to set to make it work> client> >
> > windows 2000, ISS5, Framework 1.1, VS 2003
> >
> > adam
> >
> > p.s. all this is on the SERVER I am NOT trying to move data from the>> > to the server.
> >
> >
>
adam Guest



Reply With Quote

