Click here to Skip to main content
15,887,027 members
Everything / Operating Systems / Windows Mobile 6

Windows Mobile 6

WinMobile6

Great Reads

by Eric J. Smith, Shannon Davidson
Easily detach entities when using LINQ to SQL
by gggustafson
This article discusses two lessons learned during the development of a mobile application.
by Azim Zahir
This article describes how we can develop pocket PC applications using Pelles C IDE.
by EFEaglehouse
Windows CE/Mobile printing client for LPR, LPRng, and Socket API.

Latest Articles

by B. Clay Shannon
Simple way to warm boot a Windows CE device
by Sachin Bansal - Lead Engineer
Securing a WCF service using SSL certificates and consuming it over Windows Mobile 6 (.NET Compact Framework).
by Praveen Maniyath
web-service communication with windows mobile using SOAP
by Praveen Maniyath
A SOAP WebService communication sample.

All Articles

Sort by Updated

Windows Mobile 6 

13 Jan 2015 by B. Clay Shannon
Simple way to warm boot a Windows CE device
10 Sep 2013 by Praveen Maniyath
web-service communication with windows mobile using SOAP
9 Sep 2013 by Praveen Maniyath
A SOAP WebService communication sample.
14 May 2010 by Dave5709
The Math.Round function in the Compact Framework only allows for ToEven behavior, not the AwayFromZero functionality as listed here:http://msdn.microsoft.com/en-us/library/system.midpointrounding.aspx[^]This code will allow you to emulate the MidpointRounding.AwayFromZero functionality of...
22 Mar 2010 by hjgode
I have been asked, how one can see, if a device has been clean booted. Here is an answer.First, there is a registry key you can check:[HKEY_CURRENT_USER\Performance]"Last Boot Type"=dword:00000002after a coldboot this value is 0. For warmboots the value is 2.and another...
25 Feb 2010 by hjgode
I have been asked, how one can see, if a device has been clean booted. Here is an answer.First, there is a registry key you can check:[HKEY_CURRENT_USER\Performance]"Last Boot Type"=dword:00000002after a coldboot this value is 0. For warmboots the value is 2.and another...