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 not found]

============================================================================
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 |
Comments Off on KeyTest3AK – a tool to look at keyboard codes
May 10, 2009, 17:06
Started a poll: Is Windows Mobile the right OS choice for an commercial used handheld?
Do you think windows mobile is the right choice for a commercial used handheld?
Having windows mobile OS on a barcode scanner data retrieval system has a lots of disadvantages. There may be unwanted popups and it is hard to lock the user in the application. Windows CE is shrinked down, but no one will miss outlook and other PIM of windows mobile on a data retrieval system.
When I am talking about industrial/commercial used handhelds, I am talking about such devices.
Windows Mobile offers a rich set of functions, but from a support and developing view, it is harder to lock down the user in the application they have to use to enter data. There is an strange function key mapping and every time a popup may appear, where the user can get out of the main app back to the OS.
Windows CE is much easier to support and it is easier to lock down the user. It also has a smaller footprint and the application has more memory: no outlook and other mostly unused apps in the background. For browser type applications, the browser is more compatible to desktop browser than the Mobile Internet Explorer.
What do you think?
Some companies for ruggedized handhelds offer both OS types for there devices, some not.
Please vote at right sidebar.
May 9, 2009, 07:31
Hello
I just started this blog. I will import the existing stuff from hjgode.de/dev from time to time. But now, here is my first post.
Microsoft decided to discontinue GAPI. That is OK for me, as I only use GXOpenInput and GXCloseInput to disable the hijacking of function keys and to have a kiosk application that dies the user not reach the OS.
Continue reading ‘GAPI (GXOpenInput and GXCloseInput) will be removed for Windows Mobile 6.5’ »