" She who loves roses must be patient and not cry out when she is pierced by thorns "  —  Olga Brouman

Posts Tagged  ›  .NET Compact Framework 2.0

 

Binary String Conversion to Decimal and Hex Using C#

more...

microsoftnet-logoIf you need to convert Binary String to Decimal (Integer) and Hexadecimal, .NET Framework has conversion methods in Convert class to make numeric conversion easier. This class is located in Microsoft.VisualBasic library.

more...

 

Tutorial: Minimize Windows Mobile Application Form Using C#

more...

winmobileIn Microsoft .NET Framework application development, we can use a simple Minimize() method to minimize the application form to the Windows taskbar. But how to do that in Microsoft Windows Mobile environment is not as simple as that.

more...

 

Connecting Cellular Emulator to Windows Mobile 6 Professional Emulator

more...

winmobileCellular Emulator is included in Windows Mobile 6 Professional SDK Refresh. It is very useful if you currently developing an application which utilizes SMS and/or phone call features on the device. The Cellular Emulator can emulate making and receiving a call to Windows Mobile 6 device emulator, as well as sending and receiving SMS. But however, connecting the Cellular Emulator to Windows Mobile 6 Emulator is not so straight forward. It’s not like just start the emulator and they automatically connected. It does require a little trick to make it works.

more...

 

Tutorial: Create A “Hello World” Application on Windows Mobile 6 using Microsoft .NET Compact Framework/C#

more...

winmobileThis tutorial shows you how to create a Hello World application for Windows Mobile 6. This tutorial purpose is to introduce Windows Mobile programming using Microsoft .NET Compact Framework (C#) and Windows Mobile 6 SDK Refresh.

more...