| Thread | Last Post | Replies |
|
| connmgr.exe memory leak? | 31 May 2008 02:19 GMT | 1 |
I have been trying to get to the bottom of why by WM6 device's RAM keeps being all used up, to the point that the only way forward is to perform a soft reset. So I have been logging the RAM usage of each running WM6 process on my
|
| Poceket Outlook - Native Method call failed | 30 May 2008 18:11 GMT | 1 |
I am trying to add a Task. Searching MSDN I have found only one entry for the error - "Native Method call failed" - and it was apparently solved by implying the use of "OutlookSession". When the class below is instantiated, I get the error (on the update call).
|
| c sharp application for window mobile | 30 May 2008 16:12 GMT | 2 |
I would like to develop an application using c# to run in window mobile5, the application need to call some functions of a stream interface device driver (DeviceIoControl). May i know how to call the stream interface device driver function in this managed code application? Do i need ...
|
| Send/Receive emails from Emulator ... | 30 May 2008 15:48 GMT | 2 |
I am trying to send/receive an email on my Windows Mobile device. Prior to test that on the actual device, I want to test it on the Emulators that comes with VS 2008. When I try to open outlook and send an email on the Emulator, it fails. Does
|
| VS2008 fails to generate dataset | 30 May 2008 13:34 GMT | 2 |
I get the following error: "Custom tool error: Failed to generate code. Object reference not set to an instance of an object." Step to recreate error:
|
| Need crash dump from Managed app | 29 May 2008 21:35 GMT | 4 |
I need to use the Watson program to get crash dumps from errors I am seeing in the field from our application. It is a C# Managed app on Windows Mobile 5.0, although I believe the error happens in pinvoke calls to unmanaged code.
|
| Step-Into Web Service from Windows Mobile using VS 2005 | 28 May 2008 18:48 GMT | 3 |
I'm having a problem stepping a web service when debugging a Windows Mobile 2005 application. I have the client application open in one instance of VS 2005 and the Web Service application open in another instance if VS 2005. The client application is being deployed to an
|
| How to delete a registry key, after getting values (in Windows mobile 6) | 28 May 2008 16:58 GMT | 2 |
How to delete a registry key, after getting values (in Windows mobile 6) Hi! I am working on a project in Windows mobile 6 which read keys and values and then delete some registry keys. But after getting values from a registry key and then try to delete,i got an Unauthorized ...
|
| Connection Sharing without WiFi | 28 May 2008 16:40 GMT | 2 |
First off, thanks in advance for any help and/or suggesions. I want to connect a my mobile device to a PDA, Pocket PC WiFi + WAN enabled phone. I want to create a Ad Hoc WiFi connection to the phone and bridge the PDA WiFi adapter to the WAN adapter thus giving my device internet ...
|
| Need to access Phone Book (contacts) | 28 May 2008 14:40 GMT | 1 |
I want to access Phone Book(Contacts) of PocketPC device not SIM card. I am using Windows Mobile 5.0 & 6.0 with win32 programming. Any help would be appreciated.
|
| Wifi not recognized by ConnMgrEstablishConnectionSync | 28 May 2008 01:42 GMT | 1 |
My native code app connects to my web service perfectly with gprs, and when wifi is turned on, ConnMgrEstablishConnectionSync returns CONNMGR_STATUS_CONNECTED but I get timeout errors. Howerver, if I run PIE first and connect to any website, then my app connects correctly with ...
|
| GPRS and Ethernet connections | 28 May 2008 01:23 GMT | 1 |
We are having a problem with a Symbol MC9094 device. We've got a piece of software on the device which connects via GPRS to a webservice on our server for data transfer, which is working fine. we've also got ethernet cradles for these devices on the network and
|
| network connection error | 28 May 2008 01:15 GMT | 1 |
when i call webservice from emulator at that time "network connection could not found" error is occur. pls give me soloution of this error.
|
| Connecting device emulator to a wireless NIC | 28 May 2008 01:13 GMT | 3 |
I'm trying to configure the device emulator to use my development box's wireless adapter. I can launch (some images) with that option successfully, but when I click on the Wireless Manager app (in Windows Mobile), it refuses to launch.
|
| Nested controls and events | 26 May 2008 13:42 GMT | 5 |
I'm doing smth like this (pseudocode): hWnd = CreateWindow(myWndClass, parent => NULL); hWndButton1 = CreateWindow(L"BUTTON", parent => NULL); hWndPanel = CreateWindow(L"STATIC", parent => hWnd);
|