Does anyone know how to trap the "Print Screen" key when it is pressed. I want to be able to stop users from copying graphics from a page. I have successfully disabled all the possible ways this could be done by using the onKeyDown event(which traps every key on the keyboard) & onMouseClick events to fire of functions that display a message box. This will stop them being able to activate drop down menus to copy/paste the contents. All other menu's and toolbars are disabled.
However, I cant find an event I can use that is fired when the "Print Screen" key is pressed. They can still press Print Screen and paste an image of the window into any other application.
Alternatively, is there a function I can use to flush/clear the clipboard, that I could call when the window looses focus?
Cheers
However, I cant find an event I can use that is fired when the "Print Screen" key is pressed. They can still press Print Screen and paste an image of the window into any other application.
Alternatively, is there a function I can use to flush/clear the clipboard, that I could call when the window looses focus?
Cheers