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.
Latest Pocket PC Articles
Visual C++ Smart Device Primer
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
Microsoft Visual Studio 2005: Why Be Bothered with It?
Using the Windows Media Player Control on Handheld Devices
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
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
With the help of POOM (Pocket Outlook Object Model), you can implement sophisticated and customized mobile applications with rich functionality.
Latest Developer Videos
More...Latest CodeGuru Developer Columns
MFC Integration with the Windows Transactional File System (TxF)
The Transactional File System (TxF), which allows access to an NTFS file system to be conducted in a transacted manner through extensions to the Windows SDK API. MFC 10, has been extended to support TxF and related technologies. This support allows existing MFC applications to be easily extended to support kernel transactions.

Services Made Easy
Discover how to easily create and add WIN32 Services in .NET. You’ll also discover the Topshelf toolkit.

Working with Configuration Files and Visual Basic
Learn how to store, modify, and retrieve information from a configuration file in Visual Basic.

Working with State Machines in the .NET Framework
Arun Karthick introduces you to the state machine model and shows you how to create a simple working state machine sample using the .NET framework in the C# language.