| Thread | Last Post | Replies |
|
| What is correct environment for WM 5 PPC Devt? | 23 Jul 2007 16:00 GMT | 6 |
What a nightmare... I first installed WM6 Dev DVD (like 5-6 hours of install time...why?). It didn't seem to have WM5 support so I installed the WM 5 PPC SDK. Most samples don't build without adding cmt.lib? to build libs and some
|
| Anyone use HTML help? | 23 Jul 2007 12:54 GMT | 3 |
There is a problem re-installing a help file (HTML) that is part of a CAB installation file. The installation fails without comment if the old version of the help file is "open" at the time of the re-install. But that condition can arise so easily. If your help file is the last ...
|
| Application Hangs T-mobile MDA Pocket PC 2003 phone edition | 23 Jul 2007 12:48 GMT | 1 |
Hi One of our customers has an old school MDA Pocket PC 2003 version 4.20.1081 (build 13100) - believe this the have been purchased in the Germany and they use this in Australia.
|
| Why doesn't WM_PAINT call OnPaint? | 23 Jul 2007 12:47 GMT | 5 |
Using eMbedded VC 4: I have a thread and a timer that I need to be able to repaint my main dialog window. I can't use Invalidate, so my code in the thread and the timer is written
|
| how to address device? | 23 Jul 2007 11:04 GMT | 8 |
Usually a device adresses some resource or service. Is there any way to address a WM5 device from outside, not using SMS? Thanx
|
| Drawing over another drawing | 23 Jul 2007 07:59 GMT | 1 |
I have a background image that I have drawn to my device using StretchBlt. Now, I would like to be able to draw a box over the top of it. How do I do this without erasing my background? Is there a site somewhere that talks about this?
|
| Can Broadcom Bluetooth Stack be accessed using Winsock? | 21 Jul 2007 18:49 GMT | 6 |
I just downloaded the latest Broadcom Bluetooth SDK and it seems daunting to me that I will have to re-write my application using the arcane API provided by Broadcom. I know that device discovery for Broadcom-stack based devices is not
|
| Problem about TCP Connections through ActiveSync | 20 Jul 2007 23:13 GMT | 1 |
Hi, everyone When reading the WINCE Programming(3rd Edition), I found that at the last of Ch14(?), there is a method to communicate PC and PPC over ActiveSync using Socket. I just tried it, and met some problem.
|
| Always on pattern ? | 20 Jul 2007 20:00 GMT | 10 |
In one of our applications, we have a long process that can take up to 10 minutes. During this time, I don't want the device to enter sleep mode. The process is embedded in a command line application and I wrote this code
|
| Display Master Volume Control Programmatically | 20 Jul 2007 19:09 GMT | 1 |
I am looking for a way to programmatically get the same behavior as if someone were to click on the Master Volume Icon.
|
| .bat on PDA? | 20 Jul 2007 13:11 GMT | 2 |
I can't use *.bat files on a PDA so i like to know, what can i do? I like to get another program started with some parameters. I can do this on a bat file "Start tomtom.exe %info" But it can't run on PDA.
|
| HTTP request after I get an incoming call notification | 20 Jul 2007 13:05 GMT | 2 |
Is it technically possible to make an HTTP request over GPRS 1. As soon as I get a notification event about an incoming call and before I answer that call? 2. During the conversation?
|
| Animation flickers | 20 Jul 2007 10:13 GMT | 5 |
I'm pretty new to programming in C#, so please excuse any questions that may seem obvious. I have a loop which updates a panel with a few shapes. Every time the loop runs through once, the shapes get moved a few pixels.
|
| Windows Mobile config / properties file | 19 Jul 2007 22:59 GMT | 3 |
I have been writing Java code for the past 9 years and am just starting to write Windows Mobile code. In Java there is a Properties class that allows Java apps to read and write application settings / configuration to a file in a key=value format.
|
| ActiveSync "Guest" only on WM5.0 | 19 Jul 2007 21:06 GMT | 3 |
We have an application that we're porting from Pocket PC 2003 to run on Windows Mobile 5.0 (only on the HP iPAQ hx2495). For our application, we want to disable the user from being able to create an ActiveSync partnership and always connect as Guest. On Pocket PC 2003, we were ...
|