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
4 answers

Embedded Visual C++/Why is my Symbol Undefined?

I am new to this platform, and I am trying to resolve an issue with existing code that was developed by a contractor many years ago. In Resource.h, I have something that looks like this, where the last two items I have added. #define…
kmacmahon
  • 187
  • 1
  • 12
0
votes
1 answer

Monitoring Network traffic in Windows Mobile 6.5 using C#?

I need to monitor Network Traffic of every application used in Windows Mobile 6.5 device using c#. I really don't know where to start and how to start. After searching in google, i found Netlog can be helpful for this scenario. Any Ideas? Please…
Balu
  • 513
  • 1
  • 5
  • 9
0
votes
1 answer

windows ce application opening and closing

I have a program in Windows CE 5.0 created in Visual Studio 2008. Opening the application I created works fine but when I close the application with: Application.Exit() I cannot open another application, I cannot even open the same application…
PaulPolon
  • 319
  • 1
  • 5
  • 17
0
votes
1 answer

Navigating to a html page from Windows Application

I have to create an native application for the device which has Windows CE 5.0 and having .NET CF 2.0 installed in it. The App has to get the ip address of the device and then open an html page to which the ip address has to be passed by using POST…
0
votes
2 answers

Nothing Heard When Using PlaySound

I'm developing a simple appplication to play WAV files using PlaySound, with this code: #region DllImport private enum Flags { SND_SYNC = 0x0000, SND_ASYNC = 0x0001, SND_NODEFAULT = 0x0002, SND_MEMORY = 0x0004, SND_LOOP =…
Nathan Campos
  • 28,769
  • 59
  • 194
  • 300
0
votes
1 answer

CVTRES : Fatal Error CVT1105: Cannot Seek In File

I was compiling my Windows Mobile project that is a image viewer and just when I clicked in the build button I got this error: CVTRES : fatal error CVT1105: cannot seek in file I'm using Windows 7 Ultimate with Visual Studio 2008 SP1.
Nathan Campos
  • 28,769
  • 59
  • 194
  • 300
0
votes
1 answer

FileAssociationInfo And ProgramAssociationInfo

I'm developing a application for Windows Mobile using C#(.Net Compact Framework 3.5), but I need to associate my program with a file type. When I try to use FileAssociationInfo I'm getting this error: The type or namespace name 'FileAssociationInfo'…
Nathan Campos
  • 28,769
  • 59
  • 194
  • 300
0
votes
2 answers

Associate a File To a Application

I'm building two programs, a text editor and a zipper, but in this two programs I want to associate a file type to they, but how can I do this? Thanks.
Nathan Campos
  • 28,769
  • 59
  • 194
  • 300
0
votes
1 answer

Connect Windows mobile to Oracle Database

I have an C#.Net application that uses Oracle Database 10g, and I am currently developing a version of this on a Windows CE 5.0 (windows mobile). Is there a way to connect the Windows CE to Oracle Database directly or maybe a client(like SQLclient…
QKWS
  • 1,069
  • 9
  • 22
  • 41
0
votes
3 answers

Value Doesn't Fall Within The Expected

I'm building a application that uses a file to configure some fonts. It's like this: Font = Verdana Size = 12 Style = Bold And my code is like this: openDialog.ShowDialog(); string file = openDialog.FileName; StreamReader reader = new…
Nathan Campos
  • 28,769
  • 59
  • 194
  • 300
0
votes
3 answers

Should I make my mobile application for Mobile 6 or Mobile 5?

I am going to be making a small application very soon. I am wondering would it be better to go and make it for 6.0 or should I make it for 5.0? I don't know much about both versions but I guessing that 5.0 would allow my software to be installed on…
chobo2
  • 83,322
  • 195
  • 530
  • 832
0
votes
1 answer

Is there any online radio library or method out there?

One of my new programs that I'm thinking to develop is a online radio listener, but is there any library or method to do this? Thanks.
Nathan Campos
  • 28,769
  • 59
  • 194
  • 300
0
votes
4 answers

Save Contents Of a TextBox To a File

I'm developing an application that has a TextBox. I want to write its contents to a file, but how can I do this?
Nathan Campos
  • 28,769
  • 59
  • 194
  • 300
0
votes
1 answer

Rhomobile Rhodes on Windows Mobile 5.0 MC9090G

I have deployed Rhodes 3.5.1.13 through Rhosudio (RMS_2.2.1.13) on MC3190 which is Windows Mobile 6.5 and its working fine. For this I have used the following configuration rhobuild.yml cabwiz: "C:/Program Files (x86)/Windows Mobile 6…
0
votes
1 answer

CAB installation failing on new Windows Mobile 6.5 devices

We use a CAB file through a webpage to deploy our mobile application to our customers. Now with the new Windows Mobile 6.5 devices, the cab file is downloaded as a .tsk file (when using the new Internet Explorer). Naturally the installation fails to…
Morten
  • 4,507
  • 7
  • 29
  • 31