khaldoun KASSEM
November 6th, 2002, 03:29 AM
Hi to all
Is there any methode to stop "print screen".
thank you
khaldoun
Is there any methode to stop "print screen".
thank you
khaldoun
|
Click to See Complete Forum and Search --> : stopping screen capture khaldoun KASSEM November 6th, 2002, 03:29 AM Hi to all Is there any methode to stop "print screen". thank you khaldoun AlionSolutions November 6th, 2002, 07:08 AM Hi, got no time now to verify the following but maybe it might help you: Windows keeps a list of so called printer-jobs somewhere. I think all print-jobs inited by print-screen are also enqueued there. Otherwise a cuurent print-job, which is initiated by an application like Word etc. might be broken if someone initiates a print-screen. I read somewhere, that there are Win32-API-Functions for creating, stopping and deleting print-jobs. I didn't try something like that myself, bt it should be just a suggestion. Greets Juergen galathaea November 6th, 2002, 08:21 AM The simplest way I know of is to just OpenClipboard (without closing it back up), since that will tie up the clipboard so Windows can't use it for the capture. It may not be what you want if you need other applications to use the clipboard. And be aware that this does not stop other screen capture methods. khaldoun KASSEM November 6th, 2002, 08:26 AM Thank you I'll test it Yves M November 6th, 2002, 08:51 AM Or you might install a global keyboard hook for that key, so that the Print Screen key doesn't actually do anything. See this article (http://www.codeguru.com/system/KBHook.html) for an introduction on keyboard hooks codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |