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.
Latest Pocket PC Articles - Page 3
How the DesktopRapiInvoker Application Transfers the File
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
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
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
Learn about a useful class to help you create a multiview application on WinCE.
Developing Nokia Series 60 Applications
Learn the essentials of building, deploying and running a Nokia Series 60 project using C++ on the Symbian OS.
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.
.NET Framework: Collections and Generics
The original release of the .NET Framework included collections as .NET was introduced to the Microsoft programming world. The .NET Framework 2.0 introduced generics to complement the System.Collections namespace and provide a more efficient and well performing option. Read on to learn more...

How to use Visual Studio 2012 to Download Images from Websites
Learn how to use a for loop to loop through all of the images found on a web page and save them via the DownloadFile method of the WebClient object.

SOLID Principles in C# - An Overview
SOLID principles form the base for writing good and clean object oriented code in C#. Learn about the S.O.L.I.D principles and explore C# coding samples for each.
