Enhanced GPS sample
First, the GPS sample provided by MS is a very good starting point for C# programmers getting GPS to work. GREAT!
I used the sample and modded it to get more informations on the screen.
Windows Mobile Development and usage
Archive for the ‘Programming’ Category.
First, the GPS sample provided by MS is a very good starting point for C# programmers getting GPS to work. GREAT!
I used the sample and modded it to get more informations on the screen.
Unfortunately ITC don’t provide a VB example on how to use there RFID resource kit. So I started to migrate the existing example “CF_IP4ReaderSampleFor700” to VB. It is still basic but shows all you need to program a mobile RFID reader.
Continue reading ‘Windows Mobile RFID VB sample code for ITC IP4 and IP30’ »
Some time ago MS announced an extended Mobile Internet Explorer (sorry, it has to be called Internet Explorer Mobile now, nor Pocket Internet Explorer. Thanks to all these new terms for the same thing to MS. PIE, MIE, IEM is all the same) with the release of Windows Mobile 6.1.4: Internet Explorer Mobile.
I did a short test and will still recommend Access Netfront for professional use. IEM runs slow and I can not see the ((un-)documented) enhancements for web programmers.
Josef
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’ »