Windows Mobile Development with MFC
Rating: none
Nick Wienholt - 12/10/2007
Drill deeper into Mobile Development in C++ and go through the development and debugging of a Windows Mobile 6 application with a focus on MFC.Visual C++ Smart Device Primer
Rating: none
Nick Wienholt - 11/07/2007
Try a no-embedded-background-needed introduction into developing Windows Mobile applications in C++. With comprehensive support for smart device development in Visual C++ and great device emulation features in the Windows Mobile SDKs, mobile development is well within the reach of all Visual C++ developers.
Porting Your Mobile Applications to the VS 2005 Environment
Rating: 




Alex Gusev - 12/22/2005
Microsoft Visual Studio 2005: Why Be Bothered with It?
Using the Windows Media Player Control on Handheld Devices
Rating: none
Alex Gusev - 10/25/2005
Have you ever wanted to show video clips in your application or maybe play audio files? Learn how to do it easily with the Windows Media Player Control!
Understanding Mobile Data Synchronization: Creating Custom File Filters
Rating: none
Alex Gusev - 09/06/2005
MS ActiveSync has many great features you can utilize in your applications. This article will guide you through an implementation of custom File Filters to make possible file conversions to pass the data back and forth between the PDA and desktop computer.
How to Add Pocket Outlook Features to Your Mobile Application
Rating: none
Alex Gusev - 07/15/2005
With the help of POOM (Pocket Outlook Object Model), you can implement sophisticated and customized mobile applications with rich functionality.
[Updated] News: "Magneto" Releases to Manufacturing
Rating: 




Bradley Jones - 05/11/2005
Microsoft Windows Mobile 5.0 released to manufacturing. Windows mobile features just improved!
Understanding Windows CE Telephone API (TAPI): Introduction
Rating: 




Alex Gusev - 04/15/2005
Explore the wide world of TAPI programming... telephonic hardware, intertnal modem, and GSM, to name a few. TAPI provides a powerful mechanism for operating on those devices and hides all low-level details from the application developer.
Understanding Floating Point Math Under Palm OS
Rating: none
Alex Gusev - 03/11/2005
Floating point operations are the one of the biggest pains under Palm OS. Even though it's getting better with new OS versions, it is still a good point to be confused. Learn what Palm OS offers you in floating point math support.
Restrict Access to the Shell by Running Your Application Full Screen
Rating: 




Steve Green - 03/08/2005
Learn how to progmatically restrict access to the Shell by running your application full screen.
An Ancient Story of Control Panel Applets
Rating: 




Alex Gusev - 03/03/2005
Have you ever used Control Panel? Definitely yes. Now, learn to create your own Control Panel applets to serve your needs.
Understanding the DLL Header File
Rating: none
Nancy Nicolaisen - 02/23/2005
Create a DLL to contain your own remotely invoked function. The key to this job is creating the correct header file.
Creating Custom Today Screen Items
Rating: 




Alex Gusev - 02/22/2005
Devices powered by Pocket PC 2000 and later provide a Today screen, which by default displays Owner Info, Calendar, and so forth. Windows Mobile has added several new cool features for Today's panel item. With a little effort, you can create your own custom Today plug-in component and put it along with standard ones.
How the DesktopRapiInvoker Application Transfers the File
Rating: none
Nancy Nicolaisen - 01/19/2005
Look into how the DesktopRAPIInvoker application transfers files between the desktop and the CE-side device.
Mastering Internet Programming on Mobile Devices: An Asynchronous Data Exchange
Rating: none
Alex Gusev - 11/18/2004
Learn how to create applications that may connect to the Internet or an intranet. This article helps determine an asynchronous way of data transfer over the Internet.
Mastering Internet Programming on Mobile Devices: First Steps
Rating: 




Alex Gusev - 11/02/2004
Learn how to create applications that may connect to the Internet or an intranet. Take a look at typical scenarios that often occur in programming practice.
WTL MDI Support Class for WinCE
Rating: 




fftongzhi - 08/23/2004
Learn about a useful class to help you create a multiview application on WinCE.
Developing Nokia Series 60 Applications
Rating: 




Posted by CodeGuru - 06/25/2004
Learn the essentials of building, deploying and running a Nokia Series 60 project using C++ on the Symbian OS.
Exploring RapiDemo Initializations
Rating: none
Nancy Nicolaisen - 06/24/2004
Walk through the initializations of the RapiDemo application.
Keeping Your PocketPC Application's Communications Working
Rating: none
Alex Gusev - 06/01/2004
If you wrote PocketPC applications that used RAS on a version of Pocket PC before 2002, then you may find that they don't work with Pocket PC 2002 or later. Learn how to give new life to these RAS applications.
Connecting from the Desktop: Power Tools
Rating: none
Nancy Nicolaisen - 05/25/2004
Enlarge and enrich your applications through the advantageous marriage of CE's dispersed computing model and the power, productivity, and ubiquity of desktop Windows by using CE's Remote Programming Interface (RAPI).
File Handling, File Access and Data Portability in WinCE
12/31/2003
Most usersand even most software developersare a little surprised by the absence of an 'Explorer' style view of the Windows CE file system on the PPC devices. Read on to learn the reason for this as well as the impact it can have on the CE applications you build...
PocketPC -- Adding a Permanent Menu Entry to the New Button Menu
Rating: none
Amit Dey - 12/10/2002
Learn the steps involved to add a custom menu entry to the PocketPC "New" Button Menu. The sample project adds menu items and handles respective menu clicks.
