Search

Results for hook

Windows Mobile: Hidden Remote Desktop Client Clipboard support

Recently I looked for support of starting an alternative shell when using Remote Desktop Mobile on a Windows Embedded Handheld 6.5.3 device. MSDN says that I can to specify AlternateShell in a rdp file. As Windows Mobile devices always use \Windows\default.rdp, I added the following two lines and tested what happens. WorkingDir:s:C:\Program Files (x86) AlternateShell:s:C:\Program […]

Windows Mobile: redirect function keys into Internet Explorer Mobile browser

iHookIE6 this small tool enables you to use Function keys within Internet Explorer Mobile (IEM) web sites. Normally, most function keys are catched and used by the OS (GWES) to perfom special actions like menu softkeys, phone call, end phone, volume up, volume down and more. Using a keyboard hook we can catch the function […]

Windows Mobile: disable touch input

Hello sometimes you might want to ‘lock’ the screen, better say: disable touch input. For example, if you put the device in a pocket, to avoid accidentally tapped screen elements.

Windows Mobile: CF how to catch F1 and F2 in WEH

Before WEH and Windows Mobile 6 it was easy to catch all keys including the function keys in a Compact Framework (CF) application, you simply had to use Allkeys(true) and Form.Keypreview=true. Actually, with Windows Embedded Handheld (WEH) or Windows Mobile 6.5.3 the above will not work for the F1 and F2 key. There are simply […]