Code Comments

Programming Forum and web based access to our favorite programming groups.
For Programmers: Free Programming Magazines | New: Database administration forum
Registration is free! Edit your profileCalendarFind other membersFrequently Asked QuestionsSearch -> 
Post New Thread











Thread
Author

Sp2 and cut.paste with msdn library
Ever since installing SP2, I get a 'do you want to allow this page to paste
information from the clipboard' prompt every time I try and copy anything
from a page in dexplore.exe (ms-help://blah/) or within VS.net when reading
msdn documentation.

It doesnt matter how I try to copy the information, (context menu, ctrl-del,
ctrl-c, edit->copy etc) I get this damn prompt. I dont get it when viewing a
http page in IE however. I have disabled the 'prompt to allow script to
access to the clipboard' or whatever it is in all zones.

It was working fine pre-sp2. Anyone else having this problem? and more
importantly, is there a fix?

thanks.
shane



Report this thread to moderator Post Follow-up to this message
Old Post
xtreem
08-23-04 08:55 AM


Re: Sp2 and cut.paste with msdn library
"xtreem" <invalid@hotmail.com> wrote in message
news:412976a4$0$15056$61c65585@uq-127cr-reader-02.brisbane.pipenetworks.com.au...
> Ever since installing SP2, I get a 'do you want to allow this page to
> paste information from the clipboard' prompt every time I try and copy
> anything from a page in dexplore.exe (ms-help://blah/) or within VS.net
> when reading msdn documentation.
>
> It doesnt matter how I try to copy the information, (context menu,
> ctrl-del, ctrl-c, edit->copy etc) I get this damn prompt. I dont get it
> when viewing a http page in IE however. I have disabled the 'prompt to
> allow script to access to the clipboard' or whatever it is in all zones.
>
> It was working fine pre-sp2. Anyone else having this problem? and more
> importantly, is there a fix?
>
> thanks.
> shane

Shane,

Sorry I don't have any solution for your problem, but I have to ask...how
often do you need to copy stuff from the MSDN documentation?  I've had an
MSDN subscription since the mid-90's, and have never found the need to do
so.  If this was a problem saving web-based stuff locally I'd understand
(I'm a dial-up user at home), but MSDN?

(Please don't view this is as a "what's he complaining about" post; I'm
always on the lookout for better ways to save and organize tidbits of
information locally; I'm curious to know what you do with the MSDN
information you're trying to copy/paste elsewhere)



Report this thread to moderator Post Follow-up to this message
Old Post
Homer J. Simpson
08-23-04 01:56 PM


Re: Sp2 and cut.paste with msdn library
> Sorry I don't have any solution for your problem, but I have to ask...how
> often do you need to copy stuff from the MSDN documentation?  I've had an
> MSDN subscription since the mid-90's, and have never found the need to do
> so.  If this was a problem saving web-based stuff locally I'd understand
> (I'm a dial-up user at home), but MSDN?

I'd guess he's a programmer and you're not. As a programmer, I always
copy stuff off the docs. Save typing long function names that you've
just looked up.

Eyal

Report this thread to moderator Post Follow-up to this message
Old Post
Eyal Teler
08-23-04 01:56 PM


Re: Sp2 and cut.paste with msdn library
"Eyal Teler" <et@nospam-et3d.com> wrote in message
news:%23ohy$6QiEHA.3664@TK2MSFTNGP11.phx.gbl... 
>
> I'd guess he's a programmer and you're not. As a programmer, I always copy
> stuff off the docs. Save typing long function names that you've just
> looked up.

For the record I've been earning a living as a developer for 8-9 years now.
Why else, as I mentioned, would I have had an MSDN subscription since the
mid-90's?

"Cutting and pasting function names"?  `:-/  Okay...



Report this thread to moderator Post Follow-up to this message
Old Post
Homer J. Simpson
08-23-04 08:56 PM


Re: Sp2 and cut.paste with msdn library
"Eyal Teler" <et@nospam-et3d.com> wrote in message
news:%23ohy$6QiEHA.3664@TK2MSFTNGP11.phx.gbl... 
>
> I'd guess he's a programmer and you're not. As a programmer, I always copy
> stuff off the docs. Save typing long function names that you've just
> looked up.
>
> Eyal

Yep I copy function names and arguments, plus the plethora of examples that
are available in msdn all the time when programming.

If your'e trying to do a common task such as create a window or connect to a
database or whatever, there is often an example showing the few lines that
it takes. Its much easier to just copy and paste this than re-type it all.
Thats what its there for afterall.

Plus the function names and arguments are sometimes difficult to re-type,
even with intelli-type stuff on.

Is anyone else able to repro this under winxp-sp2?



Report this thread to moderator Post Follow-up to this message
Old Post
xtreem
08-23-04 08:56 PM


Re: Sp2 and cut.paste with msdn library
>
> Yep I copy function names and arguments, plus the plethora of examples
> that are available in msdn all the time when programming.
>
> If your'e trying to do a common task such as create a window or connect to
> a database or whatever, there is often an example showing the few lines
> that it takes. Its much easier to just copy and paste this than re-type it
> all. Thats what its there for afterall.
>
> Plus the function names and arguments are sometimes difficult to re-type,
> even with intelli-type stuff on.
>
> Is anyone else able to repro this under winxp-sp2?

Ive fixed this with the help of a bit of regmon. It seems the Zone0 (My
Computer) has the 'script allow paste operation' flag set, probably
introduced with SP2.

Setting the dword
 HKEY_CURRENT_USER\Software\Microsoft\Win
dows\CurrentVersion\Internet
Settings\Zones\0 [1407]

to zero fixed the problem. For some reason IE doesnt list this zone in its
options. However, its interesting to note that browsing to a ms-help url in
iexplore doesnt give you this clipboard prompt, its only when using dexplore
or the vs IDE. Im not that happy with this fix, Im guessing there must be
some way to add ms-help or dexplore to some kind of trusted list or
something. It will do for now.



Report this thread to moderator Post Follow-up to this message
Old Post
xtreem
08-23-04 08:56 PM


Re: Sp2 and cut.paste with msdn library
> For the record I've been earning a living as a developer for 8-9 years now.
> Why else, as I mentioned, would I have had an MSDN subscription since the
> mid-90's?

Servers and latest OSs to test? Versions of various products?
Documentation? Some kind of development lend themselves to such
copying more than others. For example, you might be an SQL developer,
subscribe to MSDN for FoxPro and related servers, and live happily
without any sort of copy and paste (can't say if that's true, since
I'm not a database developer, but it seemed like a reasonable example).

Eyal

Report this thread to moderator Post Follow-up to this message
Old Post
Eyal Teler
08-25-04 08:55 PM


Sponsored Links




Last Thread Next Thread Next
Search this forum -> 
Post New Thread

MSDN archive

Show a Printable Version Send to friend Email This Page to Someone! subscribe to this thread Receive updates to this thread
Computer Consultants
Programming Jobs
Visual Basic Controls
SQL Server Programming
Webservices
Java Security
Visual Studio
C# Programming
Visual J++
Software engineering
Open source Software
Perl Programming
PHP Programming
ASP Programming
ASP .NET Programming
Visual Basic Programming
Windows Scripting Host
Java Programming
Java Help
Java Beans
VBScript
Cobol
MAC Applications
Unix Programming
Forum Jump:
All times are GMT. The time now is 04:47 PM.

 
Free MCSE Braindumps | Real Estate Topics

Programming forum archive

Copyrights CodeComments.com 2004 - 2006

Powered by vBulletin Copyright 2000-2006 Jelsoft Enterprises Limited.