| Thread | Last Post | Replies |
|
| Broadcom Bluetooth | 13 Aug 2007 16:11 GMT | 9 |
Is there a way to detect if a Broadcom Bluetooth device is turned on using code? Thanks to Unc, I know how to set the device: HMODULE hBFM = LoadLibrary(TEXT("BtFlightModeCtl.dll"));
|
| Sim Manager API on a Windows Mobile 6 Classic Device | 13 Aug 2007 12:49 GMT | 1 |
I have a Windows Mobile 6 Classic Device with a GPRS CF-Card. Is it possible to use the SIM Manager API? I have tried to call the SimIinitialize function without success. The function has returned the error code SIM_E_NOSIM 0x88000064.
|
| How to call inbox compose form? | 13 Aug 2007 11:28 GMT | 1 |
How can i do this from c/c++? i find it is very easy to do in .net enviroment,but how can i call inbox compose form with just sender name filled? regards,
|
| Where's ping class on .Net CF 2 SP2 ?? | 12 Aug 2007 18:08 GMT | 1 |
i'm using VS Orcas beta 2 for developing Windows Mobile 6 application. On my pc is installed .Net CF 2 SP2 and .Net CF 3.5 Pre-release. I want create a windows mobile application for sending "ping" at remote host.
|
| Uninstalling CAB File Doesn't Remove Shortcuts | 12 Aug 2007 15:10 GMT | 5 |
I noticed that on a Pocket PC 2003 SE device, uninstalling a CAB file doesn't remove the shortcuts that appears in the "Programs" menu. I initially thought
|
| error in deployment vs2005 | 11 Aug 2007 17:02 GMT | 2 |
i'm facing a frustrating problem whenever i try to deploy a program. the error message: "The device security configuration disallowed the connection. Ensure that you have the appropriate certificates on your device for development. Review your SDK documentation for proper security ...
|
| Problem with WINDOWS CE 4.1 and aygshell.h, please help | 11 Aug 2007 17:02 GMT | 1 |
I'm quite new in eMBedded VC++ 4.0. I need to create an application for WINCE 4.1 and I'm learning from Boling's book "Programming Microsoft Window CE 3d edition". There's a couple of examples using aygshell.h. As i know this library has been added to CE 4.2 and does
|
| New questions about contacts | 10 Aug 2007 21:18 GMT | 2 |
So now that my brain has come back from vacation, here's a question hopefully someone can answer for me. My app to display a contact would be completely unnecessary if there were a way I could start the built-in Contacts application with the initial display
|
| Trouble with GetItemFromOid() | 10 Aug 2007 19:23 GMT | 4 |
Writing a simple app to look up a contact via OID. Here is the relevant code section: ---------- if (FAILED(hr = CoInitializeEx( NULL, 0)))
|
| Send Array of bytes over TCP in C# | 10 Aug 2007 12:12 GMT | 1 |
I’m developing a client application in C# for my PPC with MWM 5.0 OS 5.1.195(Build 14847.2.0.0) and it as .Net Compact Framework 2.0 installed. I’ve find this article and sample http://www.microsoft.com/downloads/details ...
|
| wait for RAPI.CreateProcess() to complete before continue | 10 Aug 2007 12:10 GMT | 7 |
currently I am triggering an exe on a PDA to run from a desktop application using RAPI.CreateProcess(). But when this line is executed, it doesnt wait till the process complete before executing the next line. is there a way to wait for this line to be completed before proceeding?
|
| Icon transparency | 10 Aug 2007 09:12 GMT | 4 |
I am developing an app for the PPC with cf2.0 and having an issue with icons! When I have a picturebox control and set its image property to that of an icon I have, the designer in VS draws it correctly ie with the transparency allowing the backcolour through.
|
| cedelete in windows mobile 5.0? | 09 Aug 2007 19:44 GMT | 1 |
I am writing a batch file to simplify the process of moving a group of files from the pc to the handheld (it a Symbol MC70). I have this working: echo on
|
| Urgent :Device id | 09 Aug 2007 19:44 GMT | 2 |
How can I get the device ID of pocketpc 2003 through code?
|
| Error Message when trying to install Windows | 09 Aug 2007 16:26 GMT | 1 |
I am trying to install the Windows Mobile 5.0 Pocket PC SDK.MSI program and when I run the file, I receive the following message - "The installation package could not be opened. Verify that the package exists...". My system has XP sp 2, and I have Visual Studio 2005 ...
|