Click to See Complete Forum and Search --> : Key Logger Application


badrisuper
September 6th, 2009, 11:51 PM
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

golanshahar
September 7th, 2009, 01:58 AM
Search the forums for keyboard hook. releavnt api is ::SetWindowsHookEx() (http://msdn.microsoft.com/en-us/library/ms644990(VS.85).aspx).

Cheers