| Thread | Last Post | Replies |
|
| Voice Recognition software | 28 Nov 2006 05:07 GMT | 3 |
Anyone ever done any voice recognition on a Pocket PC? TIA, Larry Woods
|
| searching for _snprintf look Alikes! | 28 Nov 2006 05:04 GMT | 2 |
I am a BREW application developer porting my applications to windows Mobile. SNPRINTF function in brew has same prototype _snprintf in Windows except that it returns number of extra bytes required to fit in the
|
| Storing data in XML files on Pocket PC | 27 Nov 2006 20:21 GMT | 1 |
I have developed a smart device application using SQL Mobile for data storage. The data is modified from the application and sync with HO database. The 2nd Phase of the application consist of customer enquiry from Pocket PC. The data will be fetched from web service and stored on ...
|
| How to avoid a frame based window to be closed in WinCE? | 27 Nov 2006 20:11 GMT | 1 |
I am a newbie of WinCE. I have an application which is CFrameWnd based application. In most cases of PDA, people click the close icon [X] of the form will only cause the AP to be hidden. However, I have a special PDA called O2(WM5) which will close my AP whenever the close icon [X] ...
|
| phone.dll - hanging up programmatically | 27 Nov 2006 16:02 GMT | 1 |
I'm importing phone.dll functions to allow my mobile application to initiate phone calls using [DllImport("phone.dll")] private static extern IntPtr PhoneMakeCall(ref PhoneMakeCallInfo ppmci);
|
| Trapping Caller ID | 26 Nov 2006 17:16 GMT | 2 |
I have an application, which has it's own (indexed) database of contacts. I would like to set it up that when there is an incoming call, it will look up the caller's number, and update the caller id info, so that the Phone program will show the user's name, in the
|
| Accessing the talk button | 26 Nov 2006 16:33 GMT | 4 |
VS Studio 2005. Pocket PC 2005 I need to capture a talk button press & release when a user presses the talk button on headset that plugs into stero socket. I then action some code on the event and also check how long the button was held for.
|
| "wndows mobile device center" with Vista RTM (where?) | 26 Nov 2006 14:00 GMT | 1 |
I cant seem to find the windows mobile device center in Vista RTM.. I tried downloading the driver3 beta setup and running it, but I dont see windows mobile device center under "additional options" in control panel.
|
| any C# GUI samples/tutorials for .Net Compact Framework on WinCE | 25 Nov 2006 18:14 GMT | 1 |
I have some experience of C# development on Windows desktop. Now I am learning how to develop GUI application using C# on WinCE device, based on .NET Compact Framework. Are there any samples/tutorials to make reference for a beginner?
|
| scripting engine on Pocket PC | 25 Nov 2006 16:55 GMT | 1 |
I would like to use scripting support in my PocketPc .NET application. I can find third party tools for this (paxScript.NET,..) but this script must also work in my win32 application. I cannot find any scripting engine which supports this (same script code on win32 and
|
| programmitcally configure key lock | 25 Nov 2006 16:38 GMT | 2 |
Under Start Menu -> Settings - > Peronal: Lock tool It has options like "Prompt if device unused for" and setting timeout, password type, etc. I was wondering how I can programmatically preconfigure these things.
|
| Pocket PC control question... | 25 Nov 2006 08:22 GMT | 2 |
I have created a Pocket PC chart control using VS 2005, created the DLL, added the the control to the toolbox and now I want the control to have an icon associated in the Toolbox (as all other controls have). How can set the icon for a control ?
|
| developing - how should i store data to move to an access database? | 25 Nov 2006 04:34 GMT | 4 |
I know my PPC app's data will eventually be exported/transferred/synced to a microsoft access DB that I also need to develop. Using VS 2005/PPC/Windows Mobile 5.0. But I'm wondering what will be the easiest way to do this...if I should use SQL mobile/compact/everywhere edition
|
| How to associate a directdraw surface with a DC | 25 Nov 2006 03:27 GMT | 1 |
Windows Mobile 5 newbie, C++, Win32 I want to get a pointer to a memory buffer containing raw pixel data from an image loaded from a file. I've got code that loads the file into memory, and code that displays that image. But I want to access the memory that has
|
| PhoneMakeCall makes app fail on PocketPC | 25 Nov 2006 02:31 GMT | 3 |
I have an application where I recently added the use of the PhoneMakeCall() method, adding the "phone.lib" library. This works great on Windows Mobile 5 Smartphone devices, but when I try to start my app on a Windows Mobile 5 PocketPC device, it fails to start. If I remove the ...
|