| Thread | Last Post | Replies |
|
| Bug with MainMenu (C#) | 09 Feb 2005 16:25 GMT | 2 |
When I create a MainMenu in my Smartphone application in C#, no problem, it compiles and execute, I add two Menu, still ok, it compiles and run, but as soon as I add a Menu item in one of the base softkey menus, I have NotSupportedException :S
|
| POOM - Searching for a phone number | 09 Feb 2005 04:59 GMT | 6 |
I am trying out POOM in Smartphone 2003 to get a contact based on the phone number. I am calling Find() method of IPOutlookItemCollection. The contact's number in POOM is stored along with the area code, but what I have is a number without the area code. The Find() method in ...
|
| Bluetooth samples | 09 Feb 2005 01:39 GMT | 2 |
Can you tell me where I can find Bluetooth samples. I have Smarthphone 2003 installed and no device(work on emulator). In help I red that samples are located in %_WINCEROOT%\Public\Common\Oak\Drivers\Bluetooth\Sample. This is on psycal
|
| Wait Cursor | 08 Feb 2005 08:44 GMT | 2 |
Should the code below show the color wheel? This is in a C# assembly on a smartphone. I'm deploying to the 'Smartphone 2003 Emulator (Virtual Radio)' emulator. While the screen is initializing, I want it to show the spinning color wheel, but the line below shows nothing. ...
|
| SDK Installed but can't create a smartphone project | 08 Feb 2005 01:19 GMT | 5 |
Activesync, VS.NET 2003 and Smartphone SDK are all installed. In the create new project (C# or VB), Smart Device Application dialog does not show the SmartPhone option. Tried on several machines with XP, W2000 with no luck. Does anyone have an idea why that might happen?
|
| Catch socket exseption | 08 Feb 2005 00:05 GMT | 2 |
The follow is a method that i use to send a byte[] over IR all works ok with send the only problem is when no devices can be found: private void sendIRData(int maxRetries, byte[] sendingBuffer, int bufferLength)
|
| Run app when start from idle time | 07 Feb 2005 21:31 GMT | 1 |
I am trying to run an app after a certain amount of idle time. I was thinking of using a multithreaded app and having the thread look check the idle time until the idle time reaches a certain value and then run the app. Any ideas what function I could use to fire this app?
|
| Simple compatibility question | 07 Feb 2005 21:28 GMT | 3 |
If I developpe a program with Visual BASIC .net for a smartphone on which platform (Windows CE, smartphone 2002, 2003, 2003 SE) the program does work ? Thanks in advance for your answer.
|
| How can I tell which OS Platform a CE device is using? | 07 Feb 2005 21:25 GMT | 1 |
How can I tell which OS Platform a CE device is using? I currently use CeGetVersionEx() which fills a CEOSVERSIONINFO structure with data including: OS Version but not which platform, so a PocketPC 2003 and a Smartphone 2003 both return the same OS Version = 4!
|
| Evaluate Numeric Expressions Stored as a String in c# | 07 Feb 2005 15:49 GMT | 5 |
How do you Evaluate Numeric Expressions Stored as a String using c#
|
| recording mic and phone line separately | 07 Feb 2005 13:04 GMT | 6 |
I'm wondering if it's possible on SmartPhone 2003 to record a phone conversation to two files: one exclusively recording each party. It seems this would entail isolating the mic stream from the line-in stream. Is it possible to separate these streams? Can SP2003 support
|
| Windows Mobile 20003 for Smartphones | 07 Feb 2005 12:53 GMT | 3 |
Sorry for my english... I want to know: 1. if any functions of Microsoft eMbedded c++ 4.0 exist which are able to work with sockets (for example: client-server via GPRS) ? Maybe I need to use
|
| eVC4 Smartphone Connection Problem & solution? | 07 Feb 2005 10:35 GMT | 3 |
I assume I missed something but I was unable to get remote debugging or even the test connection working until I had manually signed all of the files in the c:\Program Files\Windows CE Tools\wce420\SMARTPHONE 2003\Target\armv4 folder.
|
| unable to load device side components in 2003 sdk | 07 Feb 2005 10:29 GMT | 3 |
Hi, All The problem I am having is very strange. I had this smartphone working with one of my Win2k machine before, debugging and all the remote tools worked.
|
| Upgrade/patch an application using a cab file | 07 Feb 2005 10:11 GMT | 3 |
Is this possible? If so, could someone point me in the right direction? The problem seem to be for the upgrade cab to know where the original installation was made (the phone or a specific storage card). But maybe there is a solution to this? I don't want to rely on the user to ...
|