|
-
Mar 3rd, 2009, 09:32 AM
#1
Windows: Tracking clipboards over a network.
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?
Everything that has a computer in will fail. Everything in your life, from a watch to a car to, you know, a radio, to an iPhone, it will fail if it has a computer in it. They should kill the people who made those things.- 'Woz'
save a blobFileStreamDataTable To Text Filemy blog
-
Mar 3rd, 2009, 09:39 AM
#2
Re: Windows: Tracking clipboards over a network.
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|