abhijit
Mar 3rd, 2009, 08:32 AM
How do you go about writing an app that will keep track of what is being copied to clipboards on every machine in a network?
Are keyloggers good enough to track clipboards?
:wave:
si_the_geek
Mar 3rd, 2009, 08:39 AM
Keyloggers are not only more work than the alternatives, but are also definitely not good enough - they don't allow for using the usual "edit" menus, or the mouse, or specific buttons within applications, etc.
What you need to do is monitor the contents of the clipboard, and do something if the contents change. Based on a quick search, I suspect the SetClipboardViewer API is the best way to do that.