| Thread | Last Post | Replies |
|
| WiFi and GPRS switching | 13 Sep 2006 14:37 GMT | 3 |
I have a problem with my Qtek 2020i (WM2003SE) connecting to GPRS. The scenario is: 1. I have the WiFi turned on and connected to WLAN AP - works fine I have configured the Wireless Network to connect to "Work"
|
| converting c++ exception handling into SEH | 13 Sep 2006 14:30 GMT | 9 |
Hello, i have a problem with replacing c++ exception handling with structured exception handling. How to replace the " catch(...) " in c++ exception handling with, __except , a structured exception handling.
|
| Regarding Registry in WM5 | 13 Sep 2006 12:30 GMT | 5 |
I have a difficulty with updating the registry keys (HKLM\Drivers subkeys) in my recently bought iPaq2795 with Windows Mobile 5 OS. The behavior found only after i performed a hard-reset(reset to factory settings). Prior to this, i could modify the registry keys under
|
| DeviceID | 13 Sep 2006 01:16 GMT | 1 |
i am having a look to the IBuySpy VB sample. I can see that there is a hostname property with the SqlCeReplication Object Is it possible to get the DeviceID 'Pocket_PC' from the pda ? (in order to use dynamic filters )
|
| Data Store At Registry Was Deleted After Soft Reset | 13 Sep 2006 01:07 GMT | 1 |
I had develop a program to store data in registry. The data was deleted when i soft reset that devices. This condition only occur for WM 5.0 but not for WM 2003. Does anyone know how to prevent the data deleted by devices?
|
| Launch PDF automatically | 12 Sep 2006 16:11 GMT | 1 |
how can i launch a pdf-file from my application automatically?? i have already installad a third party tool to watch the pdf by clicking in explorer, but how can i launch from my application automatically??
|
| Smart Minimize and Form Style | 12 Sep 2006 15:57 GMT | 2 |
I'm using the .Net CF 2.0. When you create a form based app and you define the form style as NONE (to enable a scrollable form) and you press the Smart Minimize button, the smart minimize button goes away, but the form stays visible (i.e., the today screen is not shown).
|
| How to prevent user to power off the PDA | 12 Sep 2006 13:21 GMT | 7 |
I'm working with a communication program. I found if I power off the PDA when my program is in 'talking' state (sending and receiving RTP packets using socket), the system will freeze and dead when I power on. So I decide not to allowed power off during talking.
|
| Using Windows Mobile Device to Receive SMS | 12 Sep 2006 09:23 GMT | 1 |
I have a Cingular HTC 8125 running Windows Mobile 5.0. Here's what I want to do with it. I want to connect it to a PC. The phone then receives an SMS. I want to write an application that runs on the PC that will download the SMS from the device and then process it.
|
| set clock to millisecond | 12 Sep 2006 08:40 GMT | 6 |
Hi, I want to set the system clock of my PDA (WM2003) to milliseconds. I use now setsystemtime but it seems that it doesn't set the millisecond field, (year/month/day/hour/min/sec is ok.) because if I call getsystemtime directly after this method it returns always 0 for ...
|
| Datatype misalignment exception in CDialog | 11 Sep 2006 19:26 GMT | 1 |
I am working on a project in EVC++ 4.0 SP4. Also "Update 5636" is installed that is related to my problem (http://tinyurl.com/faj6l). "First chance exception in xxxxx.exe: 0x80000002: Datatype Misalignment" occurs when "OK" is clicked in dialog that is inherited from CDialog. If I
|
| Mapping ports in emulator - PPC is deaf! | 11 Sep 2006 18:52 GMT | 4 |
Scenario: developing application for PPC 2003 SE/WM5.0 in VS 2005 which uses a serial port on the PPC. I have mapped serial port 0 to COM1
|
| How do I tell if the phone is in use? | 11 Sep 2006 18:02 GMT | 1 |
I just started my application, and I want to know if the phone is already in use. Any ideas how to do that?
|
| UpdateWindow() doesn't work. Why? | 11 Sep 2006 16:15 GMT | 2 |
I have Win32 Smart Device project and there is an OnTimer message handler: case WM_TIMER: TIMERLOOP=TIMERLOOP+1;
|
| SelectPictureDialog's equivalent SavePictureDialog? | 11 Sep 2006 10:49 GMT | 1 |
The SelectPictureDialog is pretty simple and straightforward to open up an image. But... is it me or there isn't any equivalent dialog to save an image? Let's say, using CameraCaptureDialog that I just grabbed an image, how can I save it without hardcoding paths and names?
|