XP SP2, OLECMDID_COPY no longer works (no error, no copy!)

  • Thread starter Thread starter Przemys³aw Kulak
  • Start date Start date
P

Przemys³aw Kulak

This code has worked fine under
all OSes for a couple of years now, however after installing XP SP2
suddenly the ability to programmatically copy the content of an
embedded browser to the clipboard has ceased to function. The relevant
code could not be much simpler:

ie5.ExecWB OLECMDID_SELECTALL, OLECMDEXECOPT_DODEFAULT
ie5.ExecWB OLECMDID_COPY, OLECMDEXECOPT_DODEFAULT
ie5.ExecWB OLECMDID_CLEARSELECTION, OLECMDEXECOPT_DODEFAULT


(other OLECMDID commands works fine only OLECMDID_COPY do nothing)

Please HELP!
 
Hi,
I was curious to see if you had gotten a solution on this issue yet. I
am running into the same problem and am hoping someone has found a
solution.
 
Check the Security settings?

Under Miscellaneous section:
Drag and drop or copy and paste files

Perhaps this is one of the ones which people are reporting work
better with Prompt than with Enable? <eg>


HTH

Robert Aldwinckle
 
Back
Top