| Thread | Last Post | Replies |
|
| Camera and picture | 27 Jun 2008 08:47 GMT | 1 |
I have found a sample in Windows Mobile 2005 and 6 SDK, about camera: CameraCapture. I tested Ok in my iPaq hw6945. I'd like to know which pocket pcs this example works, I need to
|
| SystemProperty.PhoneProfile has empty result | 23 Jun 2008 20:20 GMT | 3 |
does anybody know, why I get an empty result querying the SystemProperty.PhoneProfile status? SystemState profileName = new SystemState( SystemProperty.PhoneProfile ); reading profileName.CurrentValue *always* results an empty string.
|
| Examining Execution Speed of JITted Code with CF 2.0 Sample Code | 21 Jun 2008 14:06 GMT | 1 |
I have come across an article from Chris Tacke from March 2006 titled "Examining Execution Speed of JITted Code with CF 2.0". In the article it references sample code to download, but I can't find it anywhere. Does anyone know of where this code is available?
|
| can a C# application wake up a Pocket PC device? | 19 Jun 2008 18:33 GMT | 3 |
How can a C# application with a timer wake up a pocket PC which has gone to sleep when the timer event fires?
|
| How to monitor battery life in a C# pocket pc device application | 19 Jun 2008 13:56 GMT | 2 |
Hopefully I can ask pocket pc questions here also... How can I monitor battery life from a c# pocket pc application ? Thanks Bill
|
| Capture END key in smartphone using C# | 19 Jun 2008 10:46 GMT | 3 |
I need to capture End key in smartphone and I am developing app using C#. Is there any way to do this? Regards, Sanniv
|
| Enumerating E-mail accounts | 18 Jun 2008 19:31 GMT | 2 |
I'm trying to enumerate all e-mail accounts on the phone. I can enumerate all messaging accounts with IMAPITable::QueryRows but I can't figure out how to tell which ones are the e-mail ones. I'm using C++. Thanks much!
|
| NDIS 5.1 IOCTL_NDISUIO_QUERY_OID_VALUE with a proprietary OID | 14 Jun 2008 00:07 GMT | 4 |
I am trying to use IOCTL_NDISUIO_QUERY_OID_VALUE and IOCTL_NDISUIO_SET_OID_VALUE to access a proprietary OID on an adapter served by our NDIS 5.1 miniport. I can access standard OIDs such as OID_802_11_BSSID without problems so I am pretty sure that my code is OK. But when I ...
|
| Last modified time of a contact | 13 Jun 2008 23:37 GMT | 1 |
I need to get last modified and/or creation time of a contact on WM 5.0. Is it possible to get this? IContact does not seem to have a function for this. Thanks much! Mihaela
|
| How to register a directfilter during the installation of an application without using regsvrce. | 11 Jun 2008 18:22 GMT | 1 |
I developped a Windows Mobile 6.0 Pocket PC application on visual studio 2008 to acquire and process camera frames on-the-fly and render them onto the mobile screen.
|
| How to change the gray-shaded video that emulates the camera on windows mobile 6.0 emulator | 11 Jun 2008 18:21 GMT | 1 |
I'm developing a Windows Mobile 6.0 Pocket PC application on visual studio 2008 to acquire and process camera frames on-the-fly then render them onto the mobile screen.
|
| Problem retrieving SIM contacts using SimReadPhonebookEntry in CF | 09 Jun 2008 21:49 GMT | 1 |
I am using Sim Manager API's in CELLCORE.DLL to retrieve Contact numbers from the SIM card. The code is working perfectly for .NET CF 2.0. But in .NE CF 1.0, the return variable, 'result', in method SimReadPhonebookEntry () is never zero, which is required to fetch Contacts from ...
|
| stand alone emulator 240x240 TREO 750 | 06 Jun 2008 19:46 GMT | 2 |
Please i need a stand alone emulator for the treo 750 for my client. It seems that nobody knows where to find it. The emulator that has this screen size does not have Treo image. I downloaded WM6.1 localized images and they required VS2005
|
| Hello world application using Platform builder for windows Mobile | 06 Jun 2008 19:30 GMT | 1 |
I have a G-Sample board for which I created an Image using PB for WM 5. The image is a "MinKern Debug Image". I was able to successfully upload the image on the board. Now I wish to add a hello world application. Can I write an application using PB itself, or have to do it on some ...
|
| MessageInterceptor in WM5 / WM6 | 05 Jun 2008 13:39 GMT | 2 |
I have an application, using the MessageInterceptor introduced in WM5. In my application I want to intercept incoming SMS messages containing a specific string. This works perfectly, but over the time, that is, when the smartphone has
|