CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Sep 2009
    Posts
    2

    Key Logger Application

    Hi,
    I am new to this forum. I have very little experience in c++. I want to create a key logger to keep track of what are the keys i am pressing right from the beginning when i am logging into my system to shutting down the system. I have no idea how to start. I need your guidance to start the app. Ofcourse lot of key logger softwares available. But i want to create my own software. I am waiting for you replies

  2. #2
    Join Date
    May 2005
    Posts
    4,954

    Re: Key Logger Application

    Search the forums for keyboard hook. releavnt api is ::SetWindowsHookEx().

    Cheers
    If a post helped you dont forget to "Rate This Post"

    My Article: Capturing Windows Regardless of Their Z-Order

    Cheers

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

Featured