03-07-2013, 10:45 PM
Hi Gintaras, hi all,
I (as far as my tests continue) am likely to clone an old favorite of mine, TapTap (http://www.donationcoder.com/Software/Mouser/TapTap/).
I use a hook function derivated from Gintaras example (LL keyboard hooks).
Function TapTap contains the hook, SetWindowsHookEx(WH_KEYBOARD_LL &TapTapProc _hinst 0)
TaptapProc handles the keyboard events.
I want the main function which contains the hook to launch and be active for QM life. The message trick
in LL keyboard hooks is obviously not an option there.
I'm stuck there, can you help?
Thanks.
I (as far as my tests continue) am likely to clone an old favorite of mine, TapTap (http://www.donationcoder.com/Software/Mouser/TapTap/).
I use a hook function derivated from Gintaras example (LL keyboard hooks).
Function TapTap contains the hook, SetWindowsHookEx(WH_KEYBOARD_LL &TapTapProc _hinst 0)
TaptapProc handles the keyboard events.
I want the main function which contains the hook to launch and be active for QM life. The message trick
in LL keyboard hooks is obviously not an option there.
I'm stuck there, can you help?
Thanks.
