Archive for the ‘Keyboard’ Category.
February 10, 2010, 00:24
Hello
Updated on 10. feb 2010
I finished a toolset to free the function keys on windows mobile devices. That means a tool set that will give you back the function keys. Instead of F3 launching the phone app, you can free the F3 key and use it in your app.
Continue reading ‘Use FuncKey to free up your FunctionKeys on Windows Mobile’ »
January 21, 2010, 18:44
Remote Desktop Mobile autologin
As you may know, Remote Desktop Mobile (RDM) does not support auto-login. But sometimes you may want a user does not change settings and is directly connected to a Terminal Server. Ruggedized devices are often used in warehouses and the IT structure uses a terminal server to gather data and manage goods. Although I think Windows Mobile is not the right OS for such barcode scanner devices, you may have no choose and have to use a handheld computer with Windows Mobile instead one that uses Windows CE. The RDM or Terminal Service Client provided with Windows CE devices is much more flexible and can be configured by the OEM to enable you to auto-login into a Terminla Server (TS).
OK, the challenge was to automate the startup and login of RDM on a Windows Mobile 6.1 device. I started using embedded Visual C++ 4.0 although this is outdated by VS2005 and VS2008.
The idea was to launch the exe, fill in the values and click the Connect bar. Continue reading ‘Automated Login for Remote Desktop Mobile’ »
Tags:
automate,
keybd_event,
mouse_event,
rdp,
remote desktop mobile,
SetWindowText,
terminal service client,
windows mobile Category:
CodeProject,
Keyboard,
Programming,
Tools |
12 Comments
December 4, 2009, 23:26
Here is some nice code to use a keyboard hook implemented in C# for compact framework.
You can use this to catch the funny OS asigned keys like F1, F2, F3, F4, F6 and F7 (Softkey 1 and 2, Phone, End, Volume Up, Volume Down); and last but not least catch the Win Key press.
Continue reading ‘Hooking the keyboard message queue in compact framework code’ »
May 11, 2009, 15:55
Updated 7. june 2010: added source code and binaries for KeyTest3AK with prechecked WM_KEYDOWN, WM_KEY_UP, WM_CHAR and option to save a log.
DOWNLOAD:KeyTest3AK (evc4 source, with logging option, bin for ArmV4 and ArmV4i) - (Hits: 337, size: 239.32 KB)

============================================================================
I just finished my KeyTest3AK. You can take alook at what keycodes produced by the keys on your handheld. Additionally there are options to test what happens, if you use GXOpenInput(), RegisterHotKeys(), UnregisterFunc1 and AllKeys().
Continue reading ‘KeyTest3AK – a tool to look at keyboard codes’ »
Tags:
AllKeys,
GXOpenInput,
KeyTest,
kiosk mode,
RegisterHotKeys(),
source,
Tools,
UnregisterFunc1,
WM_KEYDOWN Category:
CodeProject,
Keyboard,
Programming,
Tools |
4 Comments