T
Tom Aa. Johnsen
Hi
I have a scanned image of a signature which is inserted into a
document (InlineShape). This image shall not be possible to COPY OR
COT. I have made code which controls if a user tries to Copy
(EditCopy) or Cut (EditCut) the image. That was easy.
But now I would also like to make some code to prevent the user in
moving the image to another document (drag & drop). That means, I must
catch the MOVE-event of the image and stop the user before the image
is dragged into another document. I have been doing some tests with
the event WindowSelectionChange, but no success so far.
Is there anyone out there having a good solution for this problem? Any
suggestions?
I have a scanned image of a signature which is inserted into a
document (InlineShape). This image shall not be possible to COPY OR
COT. I have made code which controls if a user tries to Copy
(EditCopy) or Cut (EditCut) the image. That was easy.
But now I would also like to make some code to prevent the user in
moving the image to another document (drag & drop). That means, I must
catch the MOVE-event of the image and stop the user before the image
is dragged into another document. I have been doing some tests with
the event WindowSelectionChange, but no success so far.
Is there anyone out there having a good solution for this problem? Any
suggestions?