Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / Mobile / WinMobile

WinMobile

WinMobile

Great Reads

by Saad_Mahmood
Magical MVVM using power of Expression Blend
by Sergeant Kolja
This is an alternative for "Memory leak detection for WinCE".
by hayles
This article shows you how to customize individual cells in a DataGrid - and it works on the Compact Framework.
by Jani Giannoudis
Concepts and patterns for the handling of strings in multilingual applications.

Latest Articles

by Saad_Mahmood
Magical MVVM using power of Expression Blend
by Sergeant Kolja
This is an alternative for "Memory leak detection for WinCE".
by hayles
This article shows you how to customize individual cells in a DataGrid - and it works on the Compact Framework.
by Jani Giannoudis
Concepts and patterns for the handling of strings in multilingual applications.

All Articles

Sort by Score

WinMobile 

by Hadrich Mohamed
This tip enables you to discover bluetooth features and how we can use its API to develop a simple application.
by Bogdan Bujdea
Access Violation Crash on Windows Phone Devices
by Ramanujam Shankar
Show data in grid view control of Windows Stores App using web service or WCF
by brain2cpu
The way x:Bind is (not) working in universal Windows applications
by BigManitu
Bitmap resize with .NET Compact Framework
by Anis Derbel
This tip will show the new way to browse photos with Windows Phone 8.1
by Erasmus Lutse
A hypothetical application that gets the company news in a specified location
by NightWizzard
Handling for hex expressions and the trailing '}'
by Midhunlal G
Converting HTML Color Code to System.Drawing.Color(WinMobile application)
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[^]
by hjgode
If you are developing for windows mobile devices and got several devices, you may not want to be asked to setup a “New Partnership” on a new connected device.To avoid partnering, you use a registry key and you will no more be asked to setup a partnership with your PocketPC or Windows CE...
by Radhakrishna Banavalikar
How to develop patient monitoring systems based on a WinMobile device
by Not Active
Plagiarized from http://msdn.microsoft.com/en-us/library/ms724429(VS.85).aspx[^]
by Hadrich Mohamed
This article shows you how to use the Geolocation feature in Windows Phone 8.
by Thiru Thirunavukarasu
Just came across this fantastic series and thought I'd share. Mark Miller is the driving force behind CodeRush. The essense of great UI (an overview)Why is great UI so hard to achieve?Great UI clarity and information relevanceGreat UIs, clarity and emphasisGreat UIs, clarity and info
by Hadrich Mohamed
This tip shows you how to easily retrieve your local images, playlists, and music in Windows Phone 8.
by B. Clay Shannon
Step-by-step guide to add barcode-scanning capability to a Windows CE / Compact Framework app
by Ameet Parse
This article describes How to find a Text in Stored Procedure (Checked on SQL Server 2008)
by emranallan
Lock Device Screen ,to prevent an one working on the device
by Sunasara Imdadhusen
This is simple tricks which allows you to make your DIV on center of the screen without using Javascript.
by B. Clay Shannon
Simple way to warm boot a Windows CE device
by B. Clay Shannon
Sending commands in a Compact Framework app via C# to a Zebra QLn220 printer
by Agon Avdimetaj
the HTML5 Canvas can be used as a background in websites modified as needed to design.
by Ahmed Elkafrawy
Implementation of an easy, fast, and optimized (CByte, CShort, CInt) with bits access using bit field and union
by Fiyaz Hasan
Building an outlook calendar app for windows phone using Live SDK
by Hadrich Mohamed
This tip shows you how to use the Isolated Storage in Windows Phone 8.
by Mohhaumed Safiq
This tip discusses purely about the Windows phone OS version history and list of features available on it.
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...
by Saad_Mahmood
Parsing XML File in WindowsPhone in NO TIME Using BLEND for VS 2013
by TapasU
Steps to decode Windows Error code
by Norbert Eder
The article includes a sample project showing how to save the nodes of a TreeView into an XML file.
by Alaa Ben Fatma
Choose your text maximum length programmatically and show a message whenever the length = the maximum length
by KarstenK
RFC 2617 on the net-platform
by LShep
Turn an Enum into a simple state machine via a generic wrapper and modular increment methods
by Piyush Manharlal
Using integer instead of Enum for ComboBox and Radio Button in XAML
by Praveen Maniyath
A SOAP WebService communication sample.
by Praveen Maniyath
web-service communication with windows mobile using SOAP
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...
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...
by J.F. Sebastian
A WSQ to BMP converter.