| Thread | Last Post | Replies |
|
| IOCTL_HAL_GET_DEVICEID on HP iPAQ hx2490 | 30 Dec 2006 17:00 GMT | 4 |
I'm using a GetDeviceID() function from "GetUuid" Pocket PC 2003 SDK Sample to obtain an unique device ID and it is working fine so far, but I've faced a problem using it on an HP iPAQ hx2490 Pocket PC. As prescribed the GetDeviceID() function makes an
|
| ipsec support in windows mobile ppc | 29 Dec 2006 23:43 GMT | 1 |
is ipsec transport support there in windows mobile ppc. if yes could please point toward relevant api to use the same. Thanks a Ton Sanjeeth
|
| PPC 2003 App development strategy for Communication with MS Access. | 29 Dec 2006 21:44 GMT | 3 |
I am searching for a solution for connecting Pocket PC application to Desktop MS Access DB. Currently my Palm Device application communicates with Desktop MS Access DB via custom conduit using HotSync Manager.
|
| GetWindowText blocks | 29 Dec 2006 18:58 GMT | 3 |
I have found that call to GetWindowText sometimes blocks forever. The function doesn't return until I switch flight mode ON and OFF. The next call to the function blocks again. The problematic window belongs to tmail.exe, it has "CATEGNOTIFY" class and WS_CAPTION style. Remote Spy, ...
|
| NET CF 2.0 managed provider - how to connec to ASA 9.0.2 CE | 28 Dec 2006 22:24 GMT | 1 |
Are there any DLLs available for connecting to ASA 9.0.2 databases with version 2.0 of the .Net Compact Framework? Can somebody help me out in providing tips/code/links where I could make connections to ASA 9.0.2 using managed .NET providers
|
| how to use MAPI to hide message or folder? | 28 Dec 2006 07:35 GMT | 2 |
I want to hide a message or a folder via MAPI. I have try to set message's property and folder's property like codes below. SPropValue props[1] = {0}; props[0].ulPropTag = PR_MSG_STATUS;
|
| Alarm not working in WM5 | 26 Dec 2006 14:17 GMT | 1 |
My alarm alerts are not working in WM5. But I notice a consistent scenario: The time on my device is 9.00pm. I set alarm to 9.05pm the same day. The time is 9.06pm and the alarm did not activate.
|
| Windows Media Player and Compact Framework 2 | 26 Dec 2006 10:36 GMT | 1 |
I am developing an app for PocketPC (Mobile 5, WMP10, VS2005, C#, CF2) that has to be able to playback wmv videos. Following Alex Feinman's directions (http://msdn.microsoft.com/windowsmobile/reference/netcf/default.aspx?pull=/libra ry/en-us/dnnetcomp/html/host_activex_controls ...
|
| when some UI overlap video playbacked by direct show | 25 Dec 2006 07:57 GMT | 3 |
In PPC, I playback a video by Direct Show. When I press the volume key or other harware key, some UI, like Volue UI, pop up. After the UI close, I find the issue that the covered region of the
|
| CoCreateInstance stack overflow | 23 Dec 2006 17:40 GMT | 2 |
I go nuts over a CoCreateInstance problem. I use it to create an IXMLDOMDocument2 object; I have done this in several other programs without any problem. But this time I get the most wierd problem. The code:
|
| Dev resources for Windows Mobile Device Center (Vista)? | 23 Dec 2006 15:25 GMT | 2 |
With the release of Windows Vista RC1, the new Windows Mobile Device Center Beta 3 seems to have finally gone public. However, I am having a hard time getting my hands on developer resources for WMDC, especially when it comes to migrating custom
|
| Using the CreateDIBSection | 23 Dec 2006 14:37 GMT | 12 |
Recently I have been developing an application on PocketPC, in which I intended to simply let the user draw on a screen. First I tried CreateCompatibleBitmap and SetPixel every time something changed, but it obviously turned out to be WAY to slow. I've read in a book that
|
| How to close an application in PPC | 22 Dec 2006 15:26 GMT | 2 |
Is it possible to close an application other than using application.quit. Even if the x button is hit, the application is not closed. It is running in background.
|
| Can't compile for pocketpc | 21 Dec 2006 22:56 GMT | 1 |
I'm trying to write a piece of C++ code that is supposed to run on Pocket PC 2003. So I created a Visual Studio 2005 Pocket PC project for a console application. Everything works fine until I don't start to use memory functions, like memset. If I do I get these error messages
|
| From Pocket PC 2003 to Win Mobile 5.0 - HTML Control | 21 Dec 2006 17:32 GMT | 1 |
I'm currently confused with a problem that I'm having with WM 5.0. I have an application that uses an HTML control inside a Dialog box. My HTML page is a form with <textarea>, radio buttons and drop down menus for the user to select. What I am trying to do is grab the data from
|