I’ve recently been working on a Windows Mobile Starter Kit (I’ll be uploading it shortly) that interacts with the internal Contact’s database on the Windows Mobile device. Last time I wrote an application that tried to read the Contacts, I used C++ to
Read More...
If you are developing a Windows Mobile 5.0 application in C# (or even Visual Basic .NET), here's a useful little tip for getting some information whilst your application is running. By including the Diagnostic class - like this: #using System.Diagnostics;
Read More...