Click here to Skip to main content
15,868,051 members
Everything / Operating Systems / Windows Mobile 5

Windows Mobile 5

WinMobile5

Great Reads

by emranallan
A Windows Mobile Spy.
by EFEaglehouse
Windows CE/Mobile printing client for LPR, LPRng, and Socket API.
by Midhunlal G
Converting HTML Color Code to System.Drawing.Color(WinMobile application)
by saharkiz
Generate Front end screens and database on a Windows Mobile 5 for data collection

Latest Articles

by NightWizzard
Handling for hex expressions and the trailing '}'
by Misha1964
Learn how to validate complex web forms using business rules engine
by Shup
An article about methods to recursively list all files in a given directory.
by emranallan
Server Application to remote your mobile device through wireless/wire connection not based on RAPI

All Articles

Sort by Score

Windows Mobile 5 

29 Apr 2011 by Midhunlal G
Converting HTML Color Code to System.Drawing.Color(WinMobile application)
7 May 2012 by emranallan
Lock Device Screen ,to prevent an one working on the device
9 Apr 2016 by NightWizzard
Handling for hex expressions and the trailing '}'
6 Nov 2011 by thatraja
Here is a simple method:System.Drawing.Color mycol = System.Drawing.ColorTranslator.FromHtml("#FFFFFF");or:System.Drawing.Color mycol = System.Drawing.ColorTranslator.FromHtml("White");Further ReadingColorTranslator.FromHtml Method @ MSDN[^]
13 Aug 2010 by Not Active
Plagiarized from http://msdn.microsoft.com/en-us/library/ms724429(VS.85).aspx[^]
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...