Click here to Skip to main content
Click here to Skip to main content

Journaling Input Events

By , 3 Mar 2001
 
  • Download source files - 18 Kb
  • Download demo project - 74 Kb
  • Sample Image - HookManager.jpg

    Introduction

    This is an example for installing an application-defined hook procedures using Win32 SetWindowsHookEx() function. This project implements only WH_JOURNALRECORD and WH_JOURNALPLAYBACK hooks. I was looking for more information and sample programs, but the only sample I'd found was Hooks32, an old Win32 project. Because I didn't find any information about these problems into the developer sites (which I know), I decided to publish this simple tool.

    The application can be used to automate some routine tasks, for example - testing. Start the target application, launch the HookManager, and press the "Start Recording" button. Then HookManager minimizes itself and starts tracking keyboard and mouse events. When the recording is started, pressing CTRL+BREAK can stop it. Windows stops the recording and playback if the user presses CTRL+ALT+DEL or CTRL+ESC, which generates WM_CANCELJOURNAL system message. But, be careful when you are journaling the mouse events! The recorded mouse events are with the current pointer coordinates, and if you close the target application and open it again, it will appear on different position, so the mouse events will go to wrong place.

    This tool can be extended to do some more things. For example: the recorded events can be edited by changing the keystrokes (with different form data, etc.). But this is very precise work, because every pressed button generates 2 messages - WM_KEYDOWN and WM_KEYUP. The generated character depends from the state of other buttons - CTRL, SHIFT, CAPSLOCK, etc.

    I haven't tested the application on Windows NT yet, but with Win98 it works well. I will be glad to receive ideas about extending the functionality.

    Plamen Petrov, Varna, Bulgaria

    License

    This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

    A list of licenses authors might use can be found here

    About the Author

    Plamen Petrov
    Web Developer
    Germany Germany
    Member
    see www.geocities.com/plamen_petrov2000

    Sign Up to vote   Poor Excellent
    Add a reason or comment to your vote: x
    Votes of 3 or less require a comment

    Comments and Discussions

     
    Hint: For improved responsiveness ensure Javascript is enabled and choose 'Normal' from the Layout dropdown and hit 'Update'.
    You must Sign In to use this message board.
    Search this forum  
        Spacing  Noise  Layout  Per page   
    QuestionMouse cursor disappearsmemberChris Hills2 Mar '10 - 11:54 
    Thank for this program. When I click the Start Recording button the mouse cursor disappears shortly afterwards (within 1 second). Is anyone else having this problem? And can anyone suggest why it might be happening? I'm using Windows XP Home SP2.
    GeneralVistamemberB4stard9 Aug '07 - 16:27 
    GeneralThank youmemberjrivero19 Jan '07 - 9:57 
    Questionedit recorded events....?memberrm_pkt7 Nov '06 - 23:46 
    QuestionHow to capture the time user types the keyboardmemberimagica2 Nov '06 - 6:44 
    QuestionJournalRecord and JournalPlayback on "Windows CE"??memberponian23 Aug '06 - 0:03 
    GeneralRe: JournalRecord and JournalPlayback on "Windows CE"??memberponian23 Aug '06 - 0:08 
    GeneralVS.NET users (VC7.1 +) - Compiler Error C2316memberIntellex15 Aug '05 - 8:18 
    GeneralMonitorize mouse global events in WINDOWS-CE;memberXBSANTOS4 May '05 - 1:45 
    GeneralRe: Monitorize mouse global events in WINDOWS-CE;memberRahul P. Shukla28 Jun '07 - 22:27 
    GeneralMacromemberSaiprabhu28 Jun '04 - 18:55 
    QuestionHow to catch Ctrl-CmemberWill25 Jun '03 - 4:48 
    QuestionKeyboard only - doesn't work?memberWill24 Jun '03 - 22:32 
    AnswerRe: Keyboard only - doesn't work?memberWill24 Jun '03 - 22:48 
    QuestionHow to control your event play times.?sussAnonymous12 May '03 - 22:26 
    AnswerRe: How to control your event play times.?memberPlamen Petrov12 May '03 - 22:48 
    GeneralRe: How to control your event play times.?memberWayne Gibson16 Sep '03 - 4:44 
    GeneralIt can't work well with win98!!!membernavy5 Jan '03 - 3:51 
    GeneralRe: It can't work well with win98!!!membernavy5 Jan '03 - 16:40 
    GeneralLast character has been gonesussAnonymous7 Sep '02 - 7:06 
    GeneralThis source code are OKmemberRousset de Pina17 Feb '02 - 10:00 
    GeneralDON'T DO ITmemberAnonymous13 Feb '02 - 13:15 
    GeneralRe: DON'T DO ITmemberRousset de Pina17 Feb '02 - 9:54 
    GeneralRe: DON'T DO ITsussAnonymous3 Oct '02 - 3:08 
    GeneralRe: DON'T DO ITmembertomaszkluska16 Dec '03 - 2:29 

    General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Rant Rant    Admin Admin   

    Permalink | Advertise | Privacy | Mobile
    Web04 | 2.6.130516.1 | Last Updated 4 Mar 2001
    Article Copyright 2001 by Plamen Petrov
    Everything else Copyright © CodeProject, 1999-2013
    Terms of Use
    Layout: fixed | fluid