| Thread | Last Post | Replies |
|
| Pocket PC MUI Application development | 11 Feb 2008 15:07 GMT | 6 |
I'm facing a problem i developing MUI application for Pocket PC. As described in the MSDN I made the resource dlls with the xxxx.MUI extensions. It seems to be working fine in Smartphone, but the pocket pc is not
|
| Shutdown the device | 11 Feb 2008 09:39 GMT | 2 |
Does anybody know how to shutdown WM 6.0 device correctly inside the application? I'm aware that it's strongly not recommended to do that except from the Power manager directly.
|
| problem with marshal.write | 11 Feb 2008 07:39 GMT | 3 |
I'm writing a c# application for a windows ce device. I'm using the PhysicalAddressPointer class, by Chris Tacke, in the following page to access to physical address: http://blog.opennetcf.org/ctacke/PermaLink,guid,9a6c5e09-1bd1-4603-99b7-11310c06 b68b.aspx
|
| Need help for socket Programming | 09 Feb 2008 11:54 GMT | 3 |
Hi to everybody, I'm using Visual Studio 2005 pro SP1 under Windows Vista. I'm reading Pocket PC Network Programming. My goal is to write a server that accept input command as Strings sent by a Java Application.
|
| Process cannot access the file, it is already in use by another process | 08 Feb 2008 17:51 GMT | 3 |
I have developed an application for unzipping and deleting the zip files and my application worked in the Pocket PC2003 emulator with out errors but in the Windows Mobile 5 Pocket PC device, after deployment I am getting the "Process cannot access the file "ec284451.zip", as it
|
| How to wake up/activate when switched off? | 08 Feb 2008 14:23 GMT | 1 |
How do I wake the machine up when it is switched off, like the "built in" alarm does? I'm working on a timer application, and need to play some sounds when a certain amount of time has passed. I'm using .NET 3.5. regards
|
| Problem getting IMEI no in WM 5.0 PocketPC!!! | 08 Feb 2008 10:52 GMT | 1 |
I was writing an application for windows mobile 5.0 where i needed to get the IMEI no of the device. When i did a linegetdevcaps for all the device id's i couldnt find the CELLULAR LINE in any of the device id however there was a Generic IrDA
|
| video capture in YUV2 format | 08 Feb 2008 09:49 GMT | 1 |
Is there any chance to capture video in YUV2 format under WM 5.0. Currently I use default capture filter that does it in RGB565? But still I have to either convert RGB565 to YUV2 using transform filter or somehow force video capture filter to give me YUV2 output. Please
|
| Windows Mobile 6.0 Power Management Window Settings | 08 Feb 2008 04:05 GMT | 2 |
I am hereby woking on pocketpc development for windows mobile. I am trying to open Power Management settings through Settings window in Windows Mobile 6.0. But when i click to open it, it shows me error msg saying "Error: The settings could not be opened." Could anyone
|
| Dealing with crashing application | 07 Feb 2008 21:59 GMT | 1 |
I have a server application which waits for connection on function "accept". When I start debugging (and Pocket PC emulator load my application) if I close the emulator the server crash with code 1067 (0x42b).
|
| Using USB to connect PDA to serial device | 07 Feb 2008 18:14 GMT | 1 |
Hello, world! I have an application on a PDA that connects to a device using Bluetooth and the virtual serial port 7 (or 8, depending on the make of PDA). I now need to connect directly from the USB port pn the PDA
|
| IOException | 07 Feb 2008 13:16 GMT | 7 |
I have developed an application which always giving IOException when I run it second time. If I shutdown my PDA and on it and run my application its working perfectly. My application do the following:
|
| switch-case backwards | 07 Feb 2008 10:14 GMT | 7 |
Hi, this is a main month writer program: public static string monthName(int month) { switch (month)
|
| POOM | 07 Feb 2008 08:54 GMT | 1 |
I'm currently using POOM under WM6, and I would like to get/set "Task" and "Contacts" databases from a windows desktop to device (and device => PC of course) But... how can I do to know when a record has been modified/created or
|
| have a pocket pc 2003 app. how to convert to windows mobile? | 06 Feb 2008 19:55 GMT | 5 |
i created a pocket pc 2003 app using vs2003. i'm now using vs2005. i'v installed the windows mobile SDK. new projects have the ability to be build for windows mobile. but my old app
|