| Thread | Last Post | Replies |
|
| Modifity Contact List | 21 Apr 2007 05:07 GMT | 1 |
When you tap contact list and tap one of your contact name it will give you a list of action to choose from. Call Mobile . Call Home , Send e-mail . Send SMS etc. I wonder if there a way to remove anything with "Call" from the list or
|
| reuse "ALL" Hardware Keys for my Applications | 21 Apr 2007 00:04 GMT | 1 |
Does anbody have a Clue to Catch all Keys including "Green", "Red", 2* "Menu" and Volume Controller for your own application?? Allother Keys I can allready catch. Thanx for any help you can provide.
|
| Do batch files work? | 20 Apr 2007 19:36 GMT | 7 |
Can batch files be called on the Pocket PC? If so, where can a list of supported commands be found? If not, what is the equivalent technique? We are trying to replicate the functionality of old PC code to work on the
|
| No icon when deploying cab-file | 20 Apr 2007 19:36 GMT | 3 |
I'm new to PocketPC development. I follow the walkthrough "Packaging a Smart Device Solution for Deployment" in the help system to create a shortcut to the deployed application. The cab installes fine, except for that there is no icon created in the
|
| Signing pasive content, png images | 20 Apr 2007 17:00 GMT | 1 |
Hi group, i have to sign my Windows Mobile 5 application. In my cab package i have 1 EXE, 1 DDL and 4 PNG images. The question is do i have to sign PNG files as well? It's passive content doesn't really make since to sign them as the price of 1 signing is 20 $!
|
| Urgent: Storage Card Mount and UnMount Event WM 5.0 | 20 Apr 2007 12:14 GMT | 5 |
My application access the database stored in a Storage Card, I connect to the database when application loads and disconnect it on exit. My question here is
|
| Japanese fonts on Pocket PC | 20 Apr 2007 11:27 GMT | 2 |
Hello Group, I am currently trying to explore the pocket PC with some some small programs for the Pocket PC platform. One of the first projects should have beeen a Kanji Quiz on a non-japanese Pocket PC, simply displaying any kanji and
|
| Drawing arc of a circle or curve | 20 Apr 2007 11:08 GMT | 1 |
I am looking for an API or algotirhm to draw an arc of a circle or in general a curve. I am working in Windows Mobile 5.0 smartphone. There is no GDI function to do the same. Please help.
|
| ConnMgrEstablishConnectionSync() | 20 Apr 2007 09:48 GMT | 1 |
The ConnMgrEstablishConnectionSync() seems only to establish GPRS connection GPRS. Can I use the ConnMgrReleaseConnection() to delete the GPRS connection? Is there any API to establish or release the WiFi connection?
|
| CE: VS2005 Breakpoints don't fire under Vista | 20 Apr 2007 07:48 GMT | 1 |
I can connect my WindowsCE 5.0 device under Vista, browse the file system and start a debugging session with VS2005 (SP1 for Vista). The application starts on the device but the breakpoints don't fire (they are all marked with the yellow warning triangle). When I start the ...
|
| Migration Pocket PC 2002 (eMbedded VB) to Pocket PC 2003 | 20 Apr 2007 07:47 GMT | 5 |
I have to migrate an older application which was developped with MS eMbedded Visual Basic 3.0 to Visual Basic .net (using Visual Studio 2005). Is there a migration tool available that does the migration? Or does
|
| How to close Windows Media Player from Mobile Application | 20 Apr 2007 04:52 GMT | 14 |
Hi to all, I have a question on mobile application development. I'm trying to write a program that will record a video file and then allow user to playback the recorder video clips. It can capture the video quite well as well as for the
|
| reading PDA's device ID | 20 Apr 2007 01:19 GMT | 7 |
does anyone know how to read PDA's device ID from a desktop's window application? I tried using OpenNetCF but it only allow me to read the device ID from PDA application directly but cant find any api which i can use in desktop application to read the PDA's device ID directly.
|
| Reading MMS Messages? | 19 Apr 2007 21:29 GMT | 1 |
Is their any way programmatically (e.g. C#, POOM) to READ retrieved MMS messages? thanks
|
| Calling unmanaged functions in Windows service doesnt seem to work | 19 Apr 2007 13:47 GMT | 1 |
i have a Windows service which basically determines the number of keyboard layouts installed i have something like this int count = GetKeyboardLayoutList(0, IntPtr.Zero);
|