Tuesday, July 28, 2009

How to log keystrokes using turbo c?

is there any function that can be used to log keystrokes in C

How to log keystrokes using turbo c?
use kbhit() or int86()





to know more about this statements use the help.





if you are making any kind of key loggers, please mail the source code to me(m_gopi_m@yahoo.co.in).
Reply:You didn't provide enough information.


If you're asking about using Borland Turbo C++ 3.0 to log keystrokes from a browser, then you can forget it. Turbo C++ 3.0 makes DOS programs, not WIndows programs.


No comments:

Post a Comment