Trapping the "SAVE PICTURE AS EVENT"

  • Thread starter Thread starter Skevmeister
  • Start date Start date
S

Skevmeister

Hi Guys,

Ok, so I have now figured out how to create and watermark and resize and
resample images for my website, but now I want to trap the "save picture as"
event so that I can create another image on the fly to stop people stealing
my images. Does any one now how I can do this. TIAF

Alixx

--
Please be warned that due to cutbacks
the light at the end of the Tunnel has been
switched off.
The management woudl like to tkae this moment to warn
the optimistic of you that if you do see a light, it is more than
likely a train
 
This is NOT an ASP.NET news group, it is for questions about the Visual
Basic *Language*. The answer to your question lies in JavaScript and/or
ASP.NET, and is off topic here.
 
Impossible. The images are downloaded into a cache so they can be displayed,
even if it might be possible to capture Save As, what's to stop someone from
pressing Print Screen, or simply looking in their cache.

Sorry.

--
HTH,
-- Tom Spink, Über Geek

Please respond to the newsgroup,
so all can benefit
 
Hello,

Skevmeister said:
Ok, so I have now figured out how to create and watermark and resize and
resample images for my website, but now I want to trap the "save picture as"
event so that I can create another image on the fly to stop people stealing
my images. Does any one now how I can do this. TIAF

This question is in no way related to VB .NET. You will find solutions
written in JScript/JavaScript on the web.

ASP .NET ng:

news://msnews.microsoft.com/microsoft.public.dotnet.framework.aspnet

JScript ng:

news://news.microsoft.com/microsoft.public.inetsdk.programming.scripting.jscript

HTH,
Herfried K. Wagner
 
Back
Top