|
Load NDIS51 IM Driver on VerizonWireless XV6700 PDA at Boot Time Hi, In the VS2005/WM5SDKPPC IDE, I try to use the WM5SDKPPC privileged SDKSamplePrivDeveloper certificate to load my NDIS51 IM driver (DLL) on the VierzonWireless XV6700 PDA at its boot time. Last week I install SdkCerts.cab on the XV6700 PDA. But I discovered that this certificate is not in the XV6700 PDA cert... 16 Jul 2008 16:09
turning on phone I have to deny access to users to the Wireless Manager, and we do it with a full screen program that prevents access to the Start menu and Today screen. The problem is that when the battery is almost empty the system turns the phone off, and users can't turn it on again when the battery is charged, because the... 15 Jul 2008 09:12
VS freezes up sometimes if a third party app is started from my project Hi, VS freezes up sometimes if a third party app is started from our project. I'm using VS 2005. I am developing on a Windows Mobile 6 phone. I am launching a third party app using System.Diagnostics.Process. After the third-party app launches, sometimes VS freezes and the phone hangs. I am not manipulating the ... 14 Jul 2008 19:54
Comprehensive list of PDAs running Window Mobile? Can anyone point me to a comprehensive list of PDAs running Windows Mobile, various flavors? So far, Google hasn't turned it up. ... 15 Jul 2008 15:25
Simple app crash after card insert I have a simple application with following code: int WINAPI WinMain(...) { MessageBox( GetForegroundWindow(), L"Application started", L"Note", MB_OK ); Sleep( 1000 * 5 ); test_function(); MessageBox( GetForegroundWindow(), L"Application finished", L"Note", MB_OK ); return 0; } int test_function( vo... 14 Jul 2008 15:46
How to get music infomtion from .wma file I need to get Artist/Ablum/Title information directly from .wma files on PPC. Are there APIs/SDK for this purpose? Best Regards, Y.C. Wu ... 16 Jul 2008 22:20
How to install a Pocket PC app using a Mac? I have a little application that I wrote for the Pocket PC. I distribute the app as a CAB file, which I tell people to copy to their PDA, using Windows Explorer on their PC. But what about Mac owners? How do they get the CAB file onto their PDA? I just tried plugging my PDA into a Mac, using the PDA USB cable, ... 15 Jul 2008 15:25
ORM for the compact framework Hi, I'm experienced .Net developer but new to the compact framework. Just doing my first "hello world" application , i'm using sqlMe to present some plain screen. The article i'm reading is using typed dataset, this raised some questions: 1. Is it conventional to use datasets in compact framework development? ... 14 Jul 2008 08:32
Own Application Debugger Hello, we will wrote a own debugger fpr WinCE on x86 & ARM. At this time we have a own OS and use Hardware Register on x86 for debugging (make single-step). But under WinCE we can't use this functions. We need a Single-Step for a thread context for x86 & ARM. How can we do this ? Thanks for help Jimmy ... 16 Jul 2008 17:11
use WMF SDK on Mobile project The WMF SDK 11 works well on PC project, but fail to use it on Mobile project. The complier alaways shows "undeclared identifier" as I declare any variable such as 'IWMMetadataEditor' Are there special SDK for mobile project or I need to do some extra work before calling related API? thanks ... 11 Jul 2008 04:49 |