Search

Results for hook

KeyToggleStart: Yet another usage for keyboard hook

Hello Windows Mobile Users recently the following was requested: How can I start an application by just hitting some keys in sequence? The answer: Just use a keyboard hook. So I started to code this hook tool based on my KeyToggleBoot2 code. There was not too much to change. The new tool is called KeyToggleStart […]

Mobile Development: another keyboard hooking tool: keyToggleCtrl

This is again a keyToggle application. An application that works in background using a keyboard hook. After keyToggleCtrl has been started, it will install a keyboard hook and watches the keyboard messages for the appearance of the toggle, or as I call it, the sticky key. When the sticky key is detected, keyToggle Ctrl will […]

Mobile Development: Hooking the keyboard – KeyToggle

Using keyboard hook to remap keys to function keys on windows mobile.

Hooking the keyboard message queue in compact framework code

Hooking the keyboard message queue in CF2