| Thread | Last Post | Replies |
|
| Programming Pocket PC with C++/CLI | 23 Mar 2006 16:13 GMT | 1 |
Is this supported? Can't seem to find any information on this issue. - HF
|
| wceload /noaskdest with reg setting still prompts | 23 Mar 2006 15:24 GMT | 8 |
In this article by Alex Feinman http://tinyurl.com/hhrgb , he explains how the /noaskdest arg ignores all other params (including the cab file to install) and says to place the cab location and destination in the registry. I tried that and got it to install that way, but it still ...
|
| RegOpenKeyEx error on WM2005 | 23 Mar 2006 15:24 GMT | 2 |
I have a program I'm porting to WM2005 ARMV4I (from WM2003 ARMV4) and I've run in to a problem with my RegOpenKeyEx() call (see the code below). The call fails and GetLastError() returns 0x78 "This function is only valid in Win32 mode.". This call worked just fine in WM2003,
|
| Custom file type/Directshow/WMP10/WM5 | 23 Mar 2006 14:40 GMT | 4 |
I am having some problems getting WMP 10 on windows mobile 5.0 pocket pc phone edition to load my custom directshow filters. Is there some specific registry voodoo that needs to happen to get WMP on WM5 to play custom file types.
|
| UDH / UDHI field in the SMS | 23 Mar 2006 13:33 GMT | 3 |
Does anyone know if there is access to the GSM UDH field in the Pocket PC SMS API? I am trying to use it with TEXT_PROVIDER_SPECIFIC_DATA. The end goal is t send a message to an applicatin running on J2ME on another handset. Thanks in advance,
|
| Windows Mobile 5.0 GPS Sample | 23 Mar 2006 12:26 GMT | 2 |
I have deployed the C# sample shipped with the Windows Mobile SDK and have setup the registry according to the instructions for COM 6 (I have a Pharos Bluetooth receiver). However, when running the application, I get the following error:
|
| CDatabase and CRecordset equivalent classes for WinMobile ??? | 23 Mar 2006 11:31 GMT | 1 |
I'm porting a WCE application which did use CEDB-databases for Windows Mobile and the use of ODBC database (SQL Server Mobile, to be exact). But we WILL stay with native C++ (ask my boss...). So, with a deep look into Visual Studio (2005) help I came to the
|
| How to turn on both GPRS and Wi-Fi connections at the same time?? | 23 Mar 2006 10:55 GMT | 3 |
I am using O2 phone model Xda IIs which running with Windows Mobile 2003 Second Edition. I found that it is allow to enable only one wireless connection either GPRS or Wi-Fi. There is a inform I found on some website that it could be some policy to
|
| Synchronization | 23 Mar 2006 10:46 GMT | 3 |
Is it possible on Windows Mobile 2003 SE to programatically synchronize mail. I cannot find a tmail.exe parameter that does this. On the web I have found some people that suggest using mailtrns.dll which is the tmail transport. For this I have to write a callback ...
|
| SHDoneButton not working on Wince 5.0 | 23 Mar 2006 08:57 GMT | 1 |
I am using Visual Studio 2005 and developing application for smartdevice PPC <K-JAM>. I have tried all the possible things i found on internet. Still i am not able to show the smart minimize button. The window style is
|
| Deliver Full Outlook to PDA | 23 Mar 2006 03:07 GMT | 1 |
I have recently joined a company as sales manager and they have no mobile access to Outlook at all at present. They have also developed a sort-of CRM package in Outlook that tracks opportunities, appointments and customers. There is little chance of replacing this with another CRM ...
|
| Controlling camera on the PPC 6700 (Verizon / Sprint) | 23 Mar 2006 01:06 GMT | 6 |
Does anyone know if there is an SDK / API available for this Pocket PC phone? (using eVC++) I need minimal control of the camera to capture an image and attach it to a database record. Any ideas on the best way to do this? Thanks.
|
| Why no help support in VS2k5 for PocketPC | 23 Mar 2006 00:47 GMT | 2 |
_WIN32_WCE_NO_HELP_SUPPORT is defined, which makes ON_HELPINFO disappear. Why was help support removed from VS 2k5 when targetting CE? Am I doing something wrong? JAB
|
| Application activation | 22 Mar 2006 23:12 GMT | 1 |
(i'm developing a pocketpc application with cfw 1) I have used the notifyicon class to create a icon in the traybar. i need to activate the application (and show the main window) if the user click's the icon.
|
| Problems with InternetCloseHandle | 22 Mar 2006 18:26 GMT | 1 |
I'm downloading pages from one location using the standard Internet API synchronously under PPC 2003. The flow is this... hSession = InternetOpen
|