Questions tagged [windows-mobile-5.0]

Windows Mobile 5 was Microsoft's latest operating system for handheld devices in 2005, which replaced Windows Mobile 2003. One of the broadest features WM5 introduced was a unified underlying platform between the three kinds of devices it supported: Microsoft Smartphones, Pocket PCs, and Pocket PC Phones.

Windows Mobile 5.0, originally codenamed "Magneto", was released at Microsoft's Mobile and Embedded Developers Conference 2005 in Las Vegas, May 9–12, 2005. Microsoft offered mainstream support for Windows Mobile 5 through October 12, 2010, and extended support through October 13, 2015. It was first offered on the Dell Axim x51. It used the .NET Compact Framework 1.0 SP3, an environment for programs based on .NET. Windows Mobile 5.0 included Microsoft Exchange Server "push" functionality improvements that worked with Exchange 2003 SP2.[3] The "push" functionality also required vendor/device support. With AKU2 software upgrades all WM 5.0 devices supported DirectPush. This version featured increased battery life due to Persistent storage capability. Previously up to 50% (enough for 72 hours of storage) of battery power was reserved just to maintain data in volatile RAM.

115 questions
0
votes
2 answers

Windows Embedded CE 5.0 mobile app gridview C#

Im busy with a Windows Embedded CE 5.0 mobile app. I'm a bit stuck at the moment. I'm using a datagrid with data. I want to add a extra column to the grid(already did this. I added null from dual). Now in app i want users to be able to change the…
0
votes
2 answers

How receive SMS in windows mobile application and put it into the Inbox

I am doing sample application using windows mobile 5.0. When I receive an SMS, I want to check for certain criteria (eg: "Honda"). If I find that word, I will do my process, if not, it must be stored in the Inbox. I wrote the code receiving SMS and…
Siva CCSPL
  • 105
  • 1
  • 1
  • 10
0
votes
1 answer

Capture and save multiple images with `CameraCaptureDialog`

I have a Windows Mobile (Compact framework 2) application that defines a user control MPhotoControl. MPhotoControl shows a default image and when the user clicks on this image a CameraCaptureDialog is opened to allow a photo to be captured. Once…
BruceHill
  • 6,954
  • 8
  • 62
  • 114
0
votes
1 answer

i want to add flash file in my windows mobile application.

I am developing application in vb.net. please help me how to add a flash file in my application.
Rizz
  • 41
  • 2
0
votes
1 answer

Why does windows mobile 6 emulator restart after each new deploy?

When I stop and re-run the debugger in Visual Studio against a Windows Mobile 6 device, the emulator restarts each time making the debugging experience extremely slow. I could understand if I made changes to the code, but this is happening…
0
votes
1 answer

How Check Applcation Status in windows mobiles?

I need to know the application status i.e app is in resume state,active or any..programatically in windows mobile 5,6,7 OS phones. Please help me for that...
0
votes
1 answer

Windows mobile API's Reference link?

Please tell me what are API's are available in windows mobile.tell me the reference links for that.
0
votes
1 answer

Event navigation keys window CE?

I'm a newbie in Window mobile development. I'm trying to develop an application running on window CE 5.0. The device uses key navigation. How do I write an event for Navigation keys.
0
votes
1 answer

SQLServerCE SDF file on Windows 7

I've have an application on Windows XP that takes an sdf file (SQLServerCE3.0) from a mobile device (Windows Mobile 5.0) import and delete some data and then put it back to the device. It has allways worked correctly. Now, when i do it on Windows 7…
-1
votes
2 answers

String Array And a String Parameter

I"m developing a simple application that have a line like this: string[] values = ReadAll(inputFile); As inputFile is a string, but how I can do this without conflicts(Cannot implicitly convert type 'string' in 'string[]')?
Nathan Campos
  • 28,769
  • 59
  • 194
  • 300
1 2 3 4 5 6 7
8