|
Projects > KM-RW Project |
||||||||
|
This application is based on the 'Hook' functionality, provided by Windows framework. There are no low-level I/O drivers involved. It uses JournalRecordProc(), JournalPlaybackProc() and other hook functions to detect, record, and playback keyboard and mouse input. Below are the essential code fragments of the project. Everything else is basic.
KM-RWDlg-Decl.h - Main window (CDialog), all essential variables are declared here. KM-RWDlg-Impl_and_Play-Rec_Proc.h - Implementation of main dialog. KM-RWSettings.h - Application's settings. StoreStruct.h - A structure, encapsulating events messages. cwfi.h - Hook definitions.
Version 1.2, project rebuilt with VC++ 8
Acknowledgements: S Senthil Kumar http://www25.brinkster.com/sadhusenthil (Hooks) Davide Calabro' davide_calabro@yahoo.com http://www.softechsoftware.it (Layered windows)
Download VC++ 8.0 Project (26.8 KB RAR Archive)
Download km-rw.exe (392 KB) | KM-RW Help Copyright © Yuri Bulankov 2004
|
||||||||
|
Bugs/Comments: code@compilerabuse.com Copyright (C) 2001-2006 Yuri Bulankov. All rights reserved. |
||||||||