| Thread | Last Post | Replies |
|
| Recording a phone call | 11 Apr 2006 00:42 GMT | 1 |
Is it possible to use the Windows Mobile APIs to record a phone call and if so, how? br, Stefan
|
| p/invoke | 10 Apr 2006 14:35 GMT | 4 |
I have a problem using p/invoke on Smartphone 2003. The strange thing is that I tested the same application (only compiled the dll and the c# app for Pocket PC 2003) on Pocket PC 2003 and there it works. The dll exposes these two functions:
|
| Using 2003 Smartphone SDK with a 2002 device | 10 Apr 2006 10:19 GMT | 1 |
I have an old Smartphone that has the 2002 version of the OS on it. I would like to write Smartphone apps and be able to test them on that device. I tried installing the 2002 Smartphone SDK but I get an error during the install.
|
| VFW_E_NOT_FOUND error on RenderFile | 10 Apr 2006 03:45 GMT | 3 |
I run a basic sample on smartphone device to play a wma file, but get a error.... Here is the code snippet: ---------------------------------------------------------------------------------------------------------------------------
|
| Cannot start debugging in VS2005 SP2003SE emulator | 08 Apr 2006 21:39 GMT | 6 |
I have one program for Smartpohone that was ported from EVC 4.0 to VS2005. I want to debug it on the SP2003SE emulator but Visual Studio reports "Unable to start program .... An error occured that usially indicates a corrupt installation (code 0x8007007e). If the problem persists ...
|
| Play mp3 file in WM Player Mobile | 07 Apr 2006 21:54 GMT | 1 |
I would like to write application which play mp3 files on Smartphone. In what way can I create this application ? I've tried to solve this problem like: Process audioPlayer = new Process();
|
| single instance application | 07 Apr 2006 21:21 GMT | 4 |
I have an application written in C# for Smartphone. I was (obviously) mistaken in thinking that if my app is running and I press the Home key and then click the icon to start my app again, that the OS would switch to the already-running application. How does one accomplish this ...
|
| Does IWMPPlayer work in C# ?? | 07 Apr 2006 21:13 GMT | 2 |
In Windows Mobile platform I can use IWMPPlayer interface to play mp3 file with using Windows Media Player 10. Does it work in C# ?? Could I get some examples ??
|
| When will a phone accept an unsigned app? | 07 Apr 2006 18:56 GMT | 1 |
How common is it for WM2003 or WM5 Smartphones to be able to accept unsigned applications? Or, to put it another way, how can I tell before I buy a phone that it is provisioned to absolutely deny installation of unsigned apps without giving the user a chance to decide for himself?
|
| How to close a SP application | 06 Apr 2006 21:38 GMT | 1 |
I am making an application, and want to close it by pushing a button. How can i do that? Cant get application.exit to work. Erik
|
| Device Emulator Network connection | 06 Apr 2006 14:27 GMT | 3 |
I am trying to get the Device Emulator Preview setup so that I can test some of the new Exchange Mobile settings on one of the PocketPC emulator images. I was able to install the Device Emulator Preview program and extract the PocketPC and SmartPhone images. I do not have ...
|
| Homescreen programming question | 05 Apr 2006 21:50 GMT | 4 |
I would like to create a HomeScreen PlugIn for a Windows Mobile 5.0 smartphone device. I found a sample in the Windows Mobile 5.0 Smartphone SDK and have been looking at it. It uses COM/C++ and is well beyond my skillset. Does anybody know of any examples/source
|
| soft key mapping of device emulator is not working | 05 Apr 2006 14:06 GMT | 2 |
I am using New Build Wizard of Platform Builder for Windows Mobie to build a device emulator image (diskimage.nb0). Once i build, i download it using the following transport details: Dowload -> Device Emulator
|
| It's a bug of WM5 Simplified Chinese SmartPhone? | 05 Apr 2006 07:26 GMT | 1 |
I found a problem with one single-line edit of Windows Media Player in WM5 Simplified Chinese SmartPhone. Here are setps to recur it in these devices or emulators: b.Open the Windows Media Player
|
| Sending SMS via Compact Framework | 05 Apr 2006 00:49 GMT | 3 |
we are planning to develop a Windows Mobile 5.0 Smartphone application which allows sales man to send orders via SMS... we'll use Visual Studio 2005 and the .NET Compact Framework 2.0 (c# as language) and we need to send the orders via SMS, is there any classes in
|