Results 1 to 2 of 2

Thread: Windows: Tracking clipboards over a network.

  1. #1

    Thread Starter
    PowerPoster abhijit's Avatar
    Join Date
    Jun 1999
    Location
    Chit Chat Forum.
    Posts
    3,228

    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

  2. #2
    Super Moderator si_the_geek's Avatar
    Join Date
    Jul 2002
    Location
    Bristol, UK
    Posts
    41,974

    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
  •  



Click Here to Expand Forum to Full Width