Results 1 to 3 of 3

Thread: Interesting question.....

  1. #1

    Thread Starter
    Member
    Join Date
    Nov 1999
    Location
    alb, nm 87112
    Posts
    56
    We have an employee here at work who we feel is deleting records of thier work, prior to completing it.

    Is there a way that I can write a VB program that will dump what he deletes to a temporary folder along with the recycle bin so we can catch him in the act, but not give him the idea that we're on to him?

    Please let me know what I can do.

    Thanks!

  2. #2
    Frenzied Member
    Join Date
    Mar 2000
    Posts
    1,089
    probalbly not a vb program, you'de need a couple of C++ Dlls















  3. #3
    Guest
    use the GetAsyncKeyState API to record each key that is pressed and log them to a file. If possible, try to record when the mose is clicked. See if the Shift Key and the Mouse click are used in conjunction. That could mean that someone is deleting something.

    On top of that, make a program to finding whatever file the user is trying to delete then close it after. This will continue until the file is deleted. When it happens. when the file is not found, then you write down the time. you can also go back to your other program and check if there was a move click or a Shift+mouseclick used at that time.

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